Editions in colors

This commit is contained in:
Ilya Daynatovich 2016-10-31 19:21:15 +02:00
parent 5e7e5b317b
commit 544792b9cc
5 changed files with 8 additions and 11 deletions

View File

@ -3,7 +3,7 @@
@include border-radius(3px);
padding: 40px 38px 44px;
color: #fff;
background: lighten($defaultBackground, 20%);
background: lighten(desaturate($defaultBackground, 70%), 20%);
text-align: center;
&__title {

View File

@ -1,3 +1,5 @@
@import "themes/light";
/**
* Style variables
*/
@ -23,7 +25,6 @@ $defaultColor: #F1F1F1;
$defaultSideBarFontColor: #44A5FF;
$defaultSemiDarkColor: #ACACAC;
$defaultDarkColor: #2b3d5c;
$defaultBackground: #474747;
$tooltipBg: rgba(0,0,0, 0.7);
/**

View File

@ -29,10 +29,6 @@
/* Fonts END */
/* Theme BEGIN */
@import "themes/main";
/* Theme END */
/* Modules BEGIN */
@import 'toastr';

View File

@ -22,6 +22,11 @@ $primaryButtonFontWeight: 400;
$buttonShadowColor: #192d4f;
/**
* Color variables
**/
$defaultBackground: #474747;
/**
* Connection indicator
**/

View File

@ -1,5 +0,0 @@
/**
* Switch themes here
*/
@import "light";