fixed some bugs, and updated dev dashboard useffect"
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
@import './colors.module.scss';
|
||||
@import './fonts.module.scss';
|
||||
@import './elevation.module.scss';
|
||||
|
||||
@@ -9,3 +9,17 @@ $TURQUOISE: #00a9b7;
|
||||
$BLUEBONNET: #005f86;
|
||||
$SHADE: #9cadb7;
|
||||
$LIMESTONE: #d6d2c4;
|
||||
|
||||
:export {
|
||||
$BURNT_ORANGE: $BURNT_ORANGE;
|
||||
$CHARCOAL: $CHARCOAL;
|
||||
$WHITE: $WHITE;
|
||||
$TANGERINE: $TANGERINE;
|
||||
$SUNSHINE: $SUNSHINE;
|
||||
$CACTUS: $CACTUS;
|
||||
$TURTLE_POND: $TURTLE_POND;
|
||||
$TURQUOISE: $TURQUOISE;
|
||||
$BLUEBONNET: $BLUEBONNET;
|
||||
$SHADE: $SHADE;
|
||||
$LIMESTONE: $LIMESTONE;
|
||||
}
|
||||
|
||||
16
src/views/styles/colors.module.scss.d.ts
vendored
Normal file
16
src/views/styles/colors.module.scss.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
export interface ISassColors {
|
||||
$BURNT_ORANGE: string;
|
||||
$CHARCOAL: string;
|
||||
$WHITE: string;
|
||||
$TANGERINE: string;
|
||||
$SUNSHINE: string;
|
||||
$CACTUS: string;
|
||||
$TURTLE_POND: string;
|
||||
$TURQUOISE: string;
|
||||
$BLUEBONNET: string;
|
||||
$SHADE: string;
|
||||
$LIMESTONE: string;
|
||||
}
|
||||
|
||||
declare const colors: ISassColors;
|
||||
export default colors;
|
||||
0
src/views/styles/elevation.module.scss
Normal file
0
src/views/styles/elevation.module.scss
Normal file
Reference in New Issue
Block a user