mirror of
https://github.com/maputnik/editor.git
synced 2025-12-26 08:00:01 +00:00
Tidy of components
- Moved all components into a single directory like nextjs - Made component names consistent with each other - Made component names consistent with their export class names - Added storybook for a few components with the aim to extend this further.
This commit is contained in:
7
src/components/SmallError.scss
Normal file
7
src/components/SmallError.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
@import '../styles/vars';
|
||||
|
||||
.SmallError {
|
||||
color: #E57373;
|
||||
font-size: $font-size-6;
|
||||
margin-top: $margin-2
|
||||
}
|
||||
Reference in New Issue
Block a user