Skip to content

Commit

Permalink
feat: add white donate icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabarzin committed Feb 2, 2024
1 parent afa6568 commit b30acca
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/scss/pages/ui/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@

.ui-inverse-block--icons {
display: flex;
gap: 15px;
background: $inverse-primary-bg-color;
padding-left: 5px;
}
4 changes: 4 additions & 0 deletions frontend/src/scss/ui/_icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
}
}

.white {
fill: $white;
}

.accent {
fill: $accent-txt-color;
}
Expand Down
6 changes: 6 additions & 0 deletions frontend/src/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,10 @@ template {
height: 28px;
}

.white {
fill: #fff;
}

.accent {
fill: #00a9a6;
}
Expand Down Expand Up @@ -1449,5 +1453,7 @@ template {

.ui-inverse-block--icons {
display: flex;
gap: 15px;
background: #292a35;
padding-left: 5px;
}
1 change: 1 addition & 0 deletions frontend/src/templates/pages/ui/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ UI
{{ icon(type='email')}}

<div class="ui-inverse-block--icons">
{{ icon(type='donate', color='white')}}

{{ icon(type='email', color='accent')}}
{{ icon(type='email', color='inverse')}}
Expand Down

0 comments on commit b30acca

Please sign in to comment.