Files
myoffice/MyOffice.SPA/src/app/pages/accounts/account.component.scss
T
2023-08-10 21:57:55 +03:00

16 lines
341 B
SCSS

:host-context(body.dark)account-motion:nth-child(even) {
filter: brightness(1);
}
:host-context(body.dark)account-motion:nth-child(odd) {
filter: brightness(1.75);
}
:host-context(body.light)account-motion:nth-child(even) {
filter: brightness(0.75);
}
:host-context(body.light)account-motion:nth-child(odd) {
filter: brightness(1);
}