You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/views/segments/login/LoginBigBg/LoginBigBg.scss

28 lines
502 B
SCSS

#LoginBigBg {
height: 90vh;
background-size: cover;
background-position: center;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
#login-form{
max-width: 90%;
width: 450px;
}
#login-content{
text-align: start;
padding: 1rem;
background: #ffffff99;
backdrop-filter: blur(4px);
border-radius: var(--xshop-border-radius);
}
.not-send{
display: none;
}
}