Prettier *.css files
parent
93e45f79d6
commit
64a3bedde1
|
@ -11,12 +11,12 @@
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app__container .loading__text{
|
.app__container .loading__text {
|
||||||
font-family: 'Press Start 2P', cursive;
|
font-family: 'Press Start 2P', cursive;
|
||||||
color: var(--colorPrimary);
|
color: var(--colorPrimary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.app__container .loading__text{
|
.app__container .loading__text {
|
||||||
font-family: 'Press Start 2P', cursive;
|
font-family: 'Press Start 2P', cursive;
|
||||||
color: var(--colorPrimary);
|
color: var(--colorPrimary);
|
||||||
}
|
}
|
||||||
|
@ -41,8 +41,8 @@
|
||||||
gap: 2vh 2vw;
|
gap: 2vh 2vw;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
select, .filter__items>input{
|
select,
|
||||||
|
.filter__items > input {
|
||||||
width: 40vw;
|
width: 40vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue