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