1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-09 07:40:53 +00:00
FrankerFaceZ/styles/main.scss
SirStendec 2f105eb3c4 4.20.17
* Added: Download link for clips. Requires the current user to be an editor of the channel to appear.
* Added: Option to hide the Unfollow button from channels to prevent accidentally unfollowing.
* Added: Option to add Schedule, Videos, and Clips links to live channel pages.
* Fixed: Metadata not rendering on video and clips pages.
* Removed: Outdated channel appearance settings that no longer have any effect.
2020-07-23 16:00:00 -04:00

40 lines
No EOL
692 B
SCSS

@import 'icons';
@import 'tooltips';
@import 'widgets';
@import 'dialog';
@import 'chat';
@keyframes ffz-rotateplane {
0% { transform: rotateY(90deg) rotateX(180deg) }
25% { transform: rotateY(0deg) rotateX(180deg) }
75% { transform: rotateY(0deg) rotateX(0deg) }
100% { transform: rotateY(90deg) rotateX(0deg) }
}
.ffz-i-t-reset.loading,
.ffz-i-t-reset-clicked.loading,
.ffz-i-zreknarf.loading {
animation: ffz-rotateplane 1.2s infinite linear;
}
.ffz-c-text-inherit {
color: inherit !important;
}
.ffz-mg-r--05 {
margin-right: -0.5rem !important;
}
.ffz-mg-t-1p {
margin-top: 1px !important;
}
.ffz-mg-l--05 {
margin-left: -0.5rem !important;
}
.ffz--links {
order: 10;
}