* 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
8 lines
124 B
SCSS
8 lines
124 B
SCSS
// default colors
|
|
$gray: #fafafa;
|
|
$dark-gray: #4f4f4f;
|
|
|
|
// default colors for style
|
|
$text-color: #2c3e50;
|
|
$bg-color: white;
|