mirror of
https://github.com/maputnik/editor.git
synced 2026-01-12 08:20:04 +00:00
8 lines
115 B
SCSS
8 lines
115 B
SCSS
@import '../../styles/vars';
|
|
|
|
.SmallError {
|
|
color: #E57373;
|
|
font-size: $font-size-6;
|
|
margin-top: $margin-2
|
|
}
|