12 lines
182 B
SCSS
12 lines
182 B
SCSS
@import "colors";
|
|
@import "constants";
|
|
|
|
.errors-summary {
|
|
background: $background-red;
|
|
margin: ($default-spacer) (-$default-spacer);
|
|
|
|
ul {
|
|
padding: $default-spacer;
|
|
}
|
|
}
|
|
|