You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
317 B

//sidebar
$menuBg: #304156;
$subMenuBg: #1f2d3d;
$menuHover: #001528;
// public
$appWidth: 750px;
$appBg: #ededed;
$colorWhite: #fff;
$errorColor: #f45438;
// login
$versionColor: #aaa;
$borderBottomColor: #ccc;
$inputColor: #323232;
$placeholderColor: #c2c2c2;
$vertifyColor: #009ee0;
$loginButtonColor: #0099e0;