mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-14 07:01:35 +00:00
refactor(Intro): new button design
This commit is contained in:
parent
922de40134
commit
0744fdfb8d
1 changed files with 18 additions and 2 deletions
|
|
@ -189,11 +189,27 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.apple-button {
|
.apple-button {
|
||||||
background: var(--color-x);
|
background: var(--primary-foreground-color);
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
color: var(--primary-background-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.label {
|
||||||
|
color: var(--primary-background-color);
|
||||||
|
}
|
||||||
|
|
||||||
&:hover, &:focus {
|
&:hover, &:focus {
|
||||||
outline: var(--focus-outline-size) solid var(--color-x);
|
outline: var(--focus-outline-size) solid var(--primary-foreground-color);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
color: var(--primary-foreground-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.label {
|
||||||
|
color: var(--primary-foreground-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue