Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ui-styleguide
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Weby
ui-styleguide
Merge requests
!4
Add new donation icons
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add new donation icons
feat/new-icons
into
master
Overview
0
Commits
2
Pipelines
2
Changes
15
Merged
Alexa Valentová
requested to merge
feat/new-icons
into
master
2 years ago
Overview
0
Commits
2
Pipelines
2
Changes
15
0
0
Merge request reports
Compare
master
version 1
5841c71c
2 years ago
master (base)
and
latest version
latest version
41a61ffd
2 commits,
2 years ago
version 1
5841c71c
1 commit,
2 years ago
15 files
+
1184
−
869
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
source/_patterns/00-atoms/02-icons/icons.mustache
+
19
−
1
View file @ 41a61ffd
Edit in single-file editor
Open in Web IDE
Show full file
@@ -872,6 +872,24 @@
</div>
</div>
<div
class=
"card"
>
<div
class=
"flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"
>
<i
class=
"ico--donation-outline"
></i>
</div>
<div
class=
"card__body p-2 text-2xs"
>
<code>
.ico--donation-outline
</code>
</div>
</div>
<div
class=
"card"
>
<div
class=
"flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"
>
<i
class=
"ico--donation-full"
></i>
</div>
<div
class=
"card__body p-2 text-2xs"
>
<code>
.ico--donation-full
</code>
</div>
</div>
<div
class=
"card"
>
<div
class=
"flex justify-center items-center h-16 text-2xl border-b border-grey-100 bg-grey-50 p-2"
>
<i
class=
"ico--thermometer"
></i>
@@ -969,4 +987,4 @@
<div
class=
"card__body p-2 text-2xs"
>
<code>
.ico--open-source
</code>
</div>
</div></div>
\ No newline at end of file
</div></div>
Loading