Replace unicode check with new svg icon
A good bit of CSS was required to keep the text color changing along with the text it is nestled within. Also: took this opportunity to increase the contrast of the number and verified section right under the contact name in the group members view. FREEBIE
This commit is contained in:
parent
688cae6374
commit
47c5142a83
9 changed files with 74 additions and 4 deletions
|
@ -95,6 +95,9 @@
|
|||
background-color: $grey_l !important;
|
||||
color: $grey_d;
|
||||
border-color: rgba(0,0,0,0.05);
|
||||
.verified-icon {
|
||||
@include color-svg('/images/verified-check.svg', $grey_d);
|
||||
}
|
||||
}
|
||||
|
||||
.tool-bar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue