2025-06-07 15:22:36 -06:00
|
|
|
@use "sass:meta";
|
2017-11-13 01:23:39 -05:00
|
|
|
@font-face {
|
|
|
|
font-family: 'ffz-fontello';
|
|
|
|
src: url('~res/font/ffz-fontello.woff2') format('woff2'),
|
|
|
|
url('~res/font/ffz-fontello.woff') format('woff'),
|
|
|
|
url('~res/font/ffz-fontello.ttf') format('truetype');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
2017-11-17 14:59:46 -05:00
|
|
|
//[data-a-target="emote-picker-button"] figure:before,
|
2017-11-13 01:23:39 -05:00
|
|
|
[class^="ffz-i-"]:before, [class*=" ffz-i-"]:before {
|
|
|
|
font-family: "ffz-fontello";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
speak: none;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
text-decoration: inherit;
|
|
|
|
width: 1em;
|
|
|
|
margin-right: .2em;
|
|
|
|
text-align: center;
|
|
|
|
/* opacity: .8; */
|
|
|
|
|
|
|
|
/* For safety - reset parent styles, that can break glyph codes*/
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
|
|
|
|
|
|
|
/* fix buttons height, for twitter bootstrap */
|
|
|
|
line-height: 1em;
|
|
|
|
|
|
|
|
/* Animation center compensation - margins should be symmetric */
|
|
|
|
/* remove if not needed */
|
|
|
|
margin-left: .2em;
|
|
|
|
|
|
|
|
/* you can be more comfortable with increased icons size */
|
|
|
|
/* font-size: 120%; */
|
|
|
|
|
|
|
|
/* Font smoothing. That was taken from TWBS */
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
|
|
|
/* Uncomment for 3D effect */
|
|
|
|
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
|
|
|
}
|
|
|
|
|
2022-12-18 17:30:34 -05:00
|
|
|
.ffz--inline-actions .ffz-mod-icon .ffz-i-reply {
|
2020-08-12 16:10:06 -04:00
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
2023-12-21 17:28:39 -05:00
|
|
|
.ffz-i-discord:before {
|
|
|
|
width: 1.4em;
|
|
|
|
margin-left: 0.05rem;
|
|
|
|
}
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
|
2019-10-18 22:02:50 -04:00
|
|
|
.ffz-player-icon {
|
|
|
|
font-size: 2rem !important;
|
|
|
|
margin: -.5rem -.4rem !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
.tw-button-icon__icon {
|
|
|
|
[class^="ffz-i-"], [class*=" ffz-i-"] {
|
|
|
|
font-size: 1.6rem
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-03-06 17:08:47 -05:00
|
|
|
.ffz-i-fx:before {
|
|
|
|
margin-top: 0.2rem;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
.ffz-i-zreknarf:before {
|
|
|
|
width: 1.3em;
|
|
|
|
margin: .5rem .05rem 0;
|
|
|
|
}
|
|
|
|
|
2019-02-12 17:39:54 -05:00
|
|
|
.tw-button__icon {
|
|
|
|
.ffz-i-crown:before {
|
|
|
|
font-size: 1.6rem;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-bottom: -.6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-i-zreknarf:before {
|
|
|
|
vertical-align: middle;
|
2020-07-22 21:31:41 -04:00
|
|
|
margin-top: 0;
|
2019-02-12 17:39:54 -05:00
|
|
|
}
|
2017-11-17 14:59:46 -05:00
|
|
|
|
2019-02-12 17:39:54 -05:00
|
|
|
.ffz-i-discord:before,
|
|
|
|
.ffz-i-twitter:before {
|
|
|
|
vertical-align: middle;
|
2020-07-22 21:31:41 -04:00
|
|
|
margin-bottom: -0.1em;
|
2019-02-12 17:39:54 -05:00
|
|
|
}
|
2018-02-28 17:01:15 -05:00
|
|
|
}
|
2017-11-13 01:23:39 -05:00
|
|
|
|
2025-06-07 15:22:36 -06:00
|
|
|
@include meta.load-css("fontello/ffz-fontello-codes.scss");
|
2017-11-13 01:23:39 -05:00
|
|
|
|
|
|
|
.ffz-i-pd-1:before { margin-right: 1rem }
|
|
|
|
.ffz-i-pd-2:before { margin-right: 2rem }
|
2023-12-21 17:28:39 -05:00
|
|
|
.ffz-i-pd-3:before { margin-right: 3rem }
|