mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 01:56:55 +00:00
Add a Prime Reminder on sub buttons. Super easy, the data was already there. Also add the Prime crown to the icon font.
This commit is contained in:
parent
e49dd9b216
commit
67053e3804
9 changed files with 93 additions and 2 deletions
|
@ -75,6 +75,11 @@
|
|||
}
|
||||
}*/
|
||||
|
||||
.tw-button__icon .ffz-i-crown:before {
|
||||
margin: 0;
|
||||
font-size: 1.6rem;
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
.ffz-i-cancel:before { content: '\e800'; } /* '' */
|
||||
.ffz-i-search:before { content: '\e802'; } /* '' */
|
||||
|
@ -91,6 +96,8 @@
|
|||
.ffz-i-download:before { content: '\e80d'; } /* '' */
|
||||
.ffz-i-upload:before { content: '\e80e'; } /* '' */
|
||||
.ffz-i-floppy:before { content: '\e80f'; } /* '' */
|
||||
.ffz-i-crown:before { content: '\e810'; } /* '' */
|
||||
.ffz-i-verified:before { content: '\e811'; } /* '' */
|
||||
.ffz-i-twitter:before { content: '\f099'; } /* '' */
|
||||
.ffz-i-gauge:before { content: '\f0e4'; } /* '' */
|
||||
.ffz-i-download-cloud:before { content: '\f0ed'; } /* '' */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue