5 lines
77 B
SCSS
5 lines
77 B
SCSS
|
@import './auth-modal/index';
|
||
|
#login-toggle + div {
|
||
|
@extend %auth-modal;
|
||
|
}
|