14 lines
242 B
SCSS
14 lines
242 B
SCSS
%auth-modal footer {
|
|
border-top: 0;
|
|
padding-top: 10px;
|
|
padding-bottom: 20px;
|
|
padding-left: 42px;
|
|
padding-right: 42px;
|
|
}
|
|
%auth-modal footer {
|
|
background-color: $transparent;
|
|
}
|
|
%auth-modal > div > div > div {
|
|
padding-bottom: 0;
|
|
}
|