1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-31 10:20:55 +00:00
FrankerFaceZ/styles/native/card.scss
SirStendec c286e6cf93 4.22.3
* Fixed: Certain page elements not being affected by FFZ theme settings.
* Fixed: Do not display new unlisted add-ons on the home page of the FFZ Control Center unless already enabled by the user.
* API Added: `getUserBasic(id, login)` in the Twitch Data module, with support for batching.
* API Changed: Allow `createTest` to return a null value for a test to be skipped when compiling a complex filter in `createTester()`.
2021-05-07 18:22:55 -04:00

17 lines
No EOL
415 B
SCSS

.ffz-card-img {
background-color: var(--color-background-placeholder);;
flex-shrink: 0;
width: 100%;
&--size-1 { width: 1rem }
&--size-105 { width: 1.5rem }
&--size-2 { width: 2rem }
&--size-3 { width: 3rem }
&--size-4 { width: 4rem }
&--size-6 { width: 6rem }
&--size-8 { width: 8rem }
&--size-12 { width: 12rem }
&--size-16 { width: 16rem }
&--size-24 { width: 24rem }
&--size-32 { width: 32rem }
}