parent
a51732d800
commit
f4c3d552f5
91 changed files with 357 additions and 276 deletions
@ -0,0 +1,34 @@ |
|||||||
|
// gray |
||||||
|
$gray : #aaa; |
||||||
|
$gray1 : #383838; |
||||||
|
$gray2 : #6c6c6c; |
||||||
|
$gray3 : rgb(143, 142, 142); |
||||||
|
$gray4 : #666666; |
||||||
|
$gray5 : #46454a; |
||||||
|
$gray6 : #ddd; |
||||||
|
$gray7 : #797979; |
||||||
|
$gray8 : #272727; |
||||||
|
$gray9 : #b3b3b3; |
||||||
|
$gray10 : #cccccc; |
||||||
|
$gray11 : #969696; |
||||||
|
$gray12 : #e3e3e3; |
||||||
|
// green |
||||||
|
$green : #4dd35b; |
||||||
|
$green1 : #81C342; |
||||||
|
$green2 : #6cbe44; |
||||||
|
$green3 : #00cc69; |
||||||
|
$green4 : #84de56; |
||||||
|
|
||||||
|
// blue |
||||||
|
$blue : #a2b4cb; |
||||||
|
$blue1 : #505a82; |
||||||
|
$blue2 : #00FFF8; |
||||||
|
// red |
||||||
|
$red : red; |
||||||
|
$red1 : rgb(255, 115, 115); |
||||||
|
|
||||||
|
//yellow |
||||||
|
$yellow : #FFD70F; |
||||||
|
|
||||||
|
//orange |
||||||
|
$orange : orange; |
@ -1,3 +1,4 @@ |
|||||||
declare module '3d-react-carousal'; |
declare module '3d-react-carousal'; |
||||||
declare module 'react-speech-recognition'; |
declare module 'react-speech-recognition'; |
||||||
declare module 'mapir-react-component'; |
declare module 'mapir-react-component'; |
||||||
|
declare module 'lodash'; |
@ -0,0 +1,3 @@ |
|||||||
|
@import './Login/index.scss'; |
||||||
|
@import './Profile/index.scss'; |
||||||
|
@import './SignUp/index.scss'; |
Loading…
Reference in new issue