14 lines
157 B
SCSS
14 lines
157 B
SCSS
@import "theme_variables";
|
|
|
|
.renew-password {
|
|
margin-left: 10px;
|
|
|
|
.email {
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
[type=submit] {
|
|
margin-left: 50px;
|
|
}
|
|
}
|