17 lines
No EOL
409 B
SCSS
17 lines
No EOL
409 B
SCSS
.form-error {
|
|
display: block;
|
|
padding-top: #{10 / $base-font-size}rem;
|
|
color: $console-error-color;
|
|
width: #{300 / $base-font-size}rem;
|
|
font-size: #{12 / $base-font-size}rem;
|
|
}
|
|
|
|
.form__cancel-button {
|
|
margin-top: #{10 / $base-font-size}rem;
|
|
font-size: #{12 / $base-font-size}rem;
|
|
}
|
|
|
|
.form__navigation-options {
|
|
margin-top: #{10 / $base-font-size}rem;
|
|
font-size: #{12 / $base-font-size}rem;
|
|
} |