mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-13 01:01:29 -05:00
b15b5b8614
Resolves #647
9 lines
181 B
SCSS
9 lines
181 B
SCSS
@import "../../colors";
|
|
|
|
.general-error {
|
|
border: 1px solid $active-gray;
|
|
border-radius: 4px;
|
|
background-color: $ui-orange;
|
|
padding: 1rem;
|
|
color: $type-white;
|
|
}
|