1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-30 14:38:31 +00:00
FrankerFaceZ/styles/widgets/badge-visibility.scss
SirStendec 264c375f13 4.20.61
This was a small update until Twitch ripped out half their CSS.

* Added: Cross-Origin Storage Bridge for settings, better synchronizing settings on sub-domains with support for binary blobs at the cost of slightly increased start-up time.
* Fixed: Rendering issues caused by missing CSS.
* Fixed: FFZ Control Center button not appearing on dashboard pages, and appearing in the incorrect place.
* Changed: Work towards splitting modules into their own JS files for a faster, more asynchronous startup.
* API Added: Methods for serializing and deserializing Blobs for transmission across postMessage.
2021-02-11 19:40:12 -05:00

47 lines
No EOL
684 B
SCSS

.ffz--badge-visibility {
header {
&.default {
label:before, label:after {
opacity: 0.5
}
input:focus + label {
&:before, &:after {
opacity: 1
}
}
}
}
.ffz--badge-info {
&.default {
label:before, label:after {
opacity: 0.5
}
input:focus + label {
&:before, &:after {
opacity: 1
}
}
button:not(:focus) {
visibility: hidden;
}
}
.ffz-checkbox__input:checked+.ffz-checkbox__label:after,
label:before, label:after {
top: 1.05rem !important;
}
.ffz-badge.preview-image {
width: 3.6rem;
height: 3.6rem;
background-size: 3.6rem;
background-repeat: no-repeat;
}
width: 22rem;
}
}