Explorar el Código

make sure background cover in any size of screen

tags/2.037
Patrick Sun hace 5 años
padre
commit
e5f00c9005
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/app/auth/auth.component.scss

+ 1
- 0
src/app/auth/auth.component.scss Ver fichero

@@ -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 {

Cargando…
Cancelar
Guardar