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/register/SimpleRegister/SimpleRegister.scss

17 lines
353 B
SCSS

.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);
}
}