See all button layout changed

This commit is contained in:
nklhrstv 2020-03-27 00:05:35 +02:00
parent 1a81854c0b
commit 8e0dc2b778
2 changed files with 8 additions and 4 deletions

View file

@ -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);
}

View file

@ -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;
}