mirror of
https://github.com/maputnik/editor.git
synced 2025-12-24 15:10:01 +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
|
|
}
|