Prettier *.css files

develop
Jason Zhu 2023-05-18 23:37:54 +10:00
parent 93e45f79d6
commit 64a3bedde1
2 changed files with 35 additions and 35 deletions

View File

@ -22,8 +22,8 @@ html[data-theme='dark'] {
} }
@font-face { @font-face {
font-family: 'VT323'; font-family: 'VT323';
src: url('assets/fonts/VT323-Regular.ttf'); src: url('assets/fonts/VT323-Regular.ttf');
} }
.info__container { .info__container {

View File

@ -1,48 +1,48 @@
@font-face { @font-face {
font-family: 'Press Start 2P'; font-family: 'Press Start 2P';
src: url('assets/fonts/PressStart2P-Regular.ttf') format('truetype'); src: url('assets/fonts/PressStart2P-Regular.ttf') format('truetype');
} }
.app__container { .app__container {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
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);
} }
.loading__gif { .loading__gif {
width: 15%; width: 15%;
} }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
.loading__gif { .loading__gif {
width: 35%; width: 35%;
} }
.poke__logo { .poke__logo {
width: 35vw; width: 35vw;
} }
.filter__container { .filter__container {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 100vw; width: 100vw;
align-items: center; align-items: center;
margin: 7vh 0 5vh 0; margin: 7vh 0 5vh 0;
gap: 2vh 2vw; gap: 2vh 2vw;
justify-content: center; justify-content: center;
} }
select, .filter__items>input{ select,
width: 40vw; .filter__items > input {
} width: 40vw;
}
} }