Newer
Older
GestionHoteleria / src / scss / custom / pages / _authentication.scss
James Cuadrado on 29 Apr 2021 310 bytes new
// 
// authentication.scss
//

.authentication-bg.enlarged {
    min-height: 100px;
}

// authentication pages background
body.authentication-bg {
    background-image: $auth-bg;
    background-size: cover;
    background-position: center;
}

// Logout page
.logout-icon {
    width: 140px;
}