Fix scss pronto errors
This commit is contained in:
parent
64773d883e
commit
b2e3c4f930
1 changed files with 20 additions and 20 deletions
|
|
@ -1,30 +1,30 @@
|
||||||
$background-white: #FFFFFF;
|
$white: #fff;
|
||||||
$background-grey: #EEEEEE;
|
$black: #000;
|
||||||
$background-blue: #E7F2F7;
|
|
||||||
|
|
||||||
$grey: #2B2B2B;
|
$text-grey: #999;
|
||||||
$light-grey: #DDDDDD;
|
$text-dark-grey: #666;
|
||||||
|
$text: #333;
|
||||||
|
|
||||||
$border-grey: #DDDDDD;
|
$background-white: $white;
|
||||||
$border-dark-grey: #999999;
|
$background-grey: #eee;
|
||||||
|
$background-blue: #e7f2f7;
|
||||||
|
|
||||||
$link-grey: #777777;
|
$grey: #2b2b2b;
|
||||||
$link-disabled-grey: #999999;
|
$light-grey: #ddd;
|
||||||
|
|
||||||
$text-grey: #999999;
|
$border-grey: $light-grey;
|
||||||
$text-dark-grey: #666666;
|
$border-dark-grey: $text-grey;
|
||||||
$text: #333333;
|
|
||||||
|
|
||||||
$white: white;
|
$link-grey: #777;
|
||||||
$black: black;
|
$link-disabled-grey: $text-grey;
|
||||||
$green: #8EDE3D;
|
|
||||||
$light-green: lighten($green,20%);
|
$green: #8ede3d;
|
||||||
$red: #A80000;
|
$light-green: lighten($green, 20%);
|
||||||
$blue: #3F8FBA;
|
$red: #a80000;
|
||||||
$dark-blue: darken(#0984C8,10%);
|
$blue: #3f8fba;
|
||||||
|
|
||||||
$sidebars-background: #f0f0f0;
|
$sidebars-background: #f0f0f0;
|
||||||
$sidebars-sub-background: darken($sidebars-background, 12%);
|
$sidebars-sub-background: darken($sidebars-background, 12%);
|
||||||
$left-navbar-drawer-background: darken($sidebars-background, 6%);
|
$left-navbar-drawer-background: darken($sidebars-background, 6%);
|
||||||
|
|
||||||
$card-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
$card-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue