mirror of https://github.com/4xmen/xshop.git
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.
28 lines
502 B
SCSS
28 lines
502 B
SCSS
3 months ago
|
#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;
|
||
|
}
|
||
|
}
|