Update style
* Add new default style to project * Add new BaseButton component * Remove link to stylesheet in index.html * Add import for default style * Update styles and structure for project components
This commit is contained in:
9
scss/_root.scss
Normal file
9
scss/_root.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
@import "colors";
|
||||
|
||||
:root {
|
||||
--font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
--dark-gray-color: #{$dark-gray};
|
||||
--gray-color: #{$gray};
|
||||
--text-color: #{$text-color};
|
||||
--bg-color: #{$bg-color};
|
||||
}
|
||||
Reference in New Issue
Block a user