Przeglądaj źródła

fix styles

master
Christian Ziermann 4 lat temu
rodzic
commit
94dfeaaa2a
2 zmienionych plików z 15 dodań i 14 usunięć
  1. +0
    -1
      src/app/main/main.component.scss
  2. +15
    -13
      src/styles.scss

+ 0
- 1
src/app/main/main.component.scss Wyświetl plik

.title { .title {
display: flex; display: flex;
justify-content: center; justify-content: center;
font-size: larger;
align-items: center; align-items: center;
} }



+ 15
- 13
src/styles.scss Wyświetl plik

/* You can add global styles to this file, and also import other style files */ /* You can add global styles to this file, and also import other style files */


html, body { height: 100vh !important;}
html,
body { body {
margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; background-image: url('/assets/countryside.jpeg');
height: 100vh !important;
}
body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
background-image: url("/assets/countryside.jpeg");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
}
}


.logo {


.logo {
font-size: 2vw !important;
height: 2vw;
width: 2vw;
padding-right: 1vw !important;
}
padding-right: 1vw !important;
}


.title {
display: flex!important;
align-items: center !important;
}
.title {
display: flex !important;
align-items: center !important;
}

Ładowanie…
Anuluj
Zapisz