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.
17 lines
353 B
SCSS
17 lines
353 B
SCSS
6 months ago
|
.SimpleRegister {
|
||
|
// scss
|
||
|
|
||
|
min-height: 64vh;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
#email-register{
|
||
|
margin: auto;
|
||
|
max-width: 450px;
|
||
|
background: var(--xshop-primary);
|
||
|
color: var(--xshop-diff);
|
||
|
padding: 1rem;
|
||
|
border-radius: var(--xshop-border-radius);
|
||
|
}
|
||
|
}
|