You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
527 B
42 lines
527 B
.mu_register.wp-signup-container { |
|
@extend .page-section; |
|
margin: rem(120) auto 0; |
|
display: flex; |
|
flex-direction: column; |
|
|
|
* { |
|
text-align: left; |
|
} |
|
|
|
h2 { |
|
text-align: center; |
|
order: -1; |
|
} |
|
|
|
.mu_alert { |
|
margin-bottom: 2rem; |
|
} |
|
|
|
form { |
|
margin-top: 0; |
|
} |
|
|
|
input:not([type="submit"]) { |
|
padding: 0; |
|
} |
|
|
|
.checkbox { |
|
margin-right: 1em; |
|
} |
|
|
|
.submit { |
|
text-align: center; |
|
} |
|
|
|
[type="submit"] { |
|
width: auto; |
|
margin: 0 auto; |
|
text-align: center; |
|
} |
|
} |
|
|
|
|