6 lines
71 B
SCSS
6 lines
71 B
SCSS
.auth-form {
|
|
@extend .box;
|
|
@extend .is-bottomless;
|
|
padding: 0;
|
|
}
|