/home/techb158/dev.balacoffee.com/resources/src/assets/styles/sass/globals/views
Edit: /home/techb158/dev.balacoffee.com/resources/src/assets/styles/sass/globals/views/_session.scss (894B)
.auth-layout-wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
background-size: cover;
background: url('./../../../images/photo-wide-4.jpg');
.auth-content {
min-width: 340px;
margin: auto;
}
}
.auth-right {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}
.auth-logo {
img {
width: 100px;
height: 100px;
}
}
@media (min-width: 1024px) {
.auth-layout-wrap {
.auth-content {
min-width: 340px;
}
}
}
@media (max-width: 767px) {
.auth-layout-wrap {
.auth-content {
padding: 15px;
min-width: 320px;
}
}
.auth-right {
padding: 80px 15px;
}
}