mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 18:02:13 +00:00
See all button layout changed
This commit is contained in:
parent
1a81854c0b
commit
8e0dc2b778
2 changed files with 8 additions and 4 deletions
|
|
@ -24,8 +24,8 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
max-width: 10rem;
|
||||
padding: 0.4rem 0.2rem;
|
||||
max-width: 12rem;
|
||||
padding: 0.2rem;
|
||||
|
||||
&:focus, &:hover {
|
||||
outline: none;
|
||||
|
|
@ -36,7 +36,9 @@
|
|||
.label {
|
||||
flex: 0 1 auto;
|
||||
max-height: 1.2em;
|
||||
font-size: 1.3rem;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
color: var(--color-placeholder-text);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
max-width: 10rem;
|
||||
padding: 0.4rem 0.2rem;
|
||||
max-width: 12rem;
|
||||
padding: 0.2rem;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
|
@ -35,7 +35,9 @@
|
|||
.label {
|
||||
flex: 0 1 auto;
|
||||
max-height: 1.2em;
|
||||
font-size: 1.3rem;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
color: @color-secondaryvariant2-light1-90;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue