Sfoglia il codice sorgente

make sure background cover in any size of screen

tags/2.037
Patrick Sun 5 anni fa
parent
commit
e5f00c9005
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/app/auth/auth.component.scss

+ 1
- 0
src/app/auth/auth.component.scss Vedi File

@@ -6,6 +6,7 @@ div.parent {
height: 100vh;
opacity: 0.95;
background: url('../../assets/img/body_bg.jpg') no-repeat center center fixed;
background-size: cover;
}

.form_login {

Loading…
Annulla
Salva