13 lines
254 B
SCSS
13 lines
254 B
SCSS
|
.authentication-error {
|
||
|
@extend %modal;
|
||
|
}
|
||
|
|
||
|
.authentication-error__header {
|
||
|
padding: #{20 / $base-font-size}rem;
|
||
|
}
|
||
|
|
||
|
.authentication-error__copy {
|
||
|
padding: #{20 / $base-font-size}rem;
|
||
|
padding-top: 0;
|
||
|
padding-bottom: #{60 / $base-font-size}rem;
|
||
|
}
|