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