You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.3 KiB
SCSS
61 lines
1.3 KiB
SCSS
/*
|
|
* Deprecated: Use nova instead
|
|
*/
|
|
|
|
$fontFamily: Lucida Grande, Lucida Sans, Arial, sans-serif;
|
|
$fontSize: 1em;
|
|
$borderRadius: 6px;
|
|
$disabledOpacity: 0.35;
|
|
|
|
//Header
|
|
$headerBorderWidth: 1px;
|
|
$headerBorderColor: #aed0ea;
|
|
$headerBgColor: #deedf7;
|
|
$headerTextColor: #222222;
|
|
$headerFontWeight: bold;
|
|
$headerIconTextColor: #222222;
|
|
|
|
//Content
|
|
$contentBorderWidth: 1px;
|
|
$contentBorderColor: #dddddd;
|
|
$contentBgColor: #f2f5f7;
|
|
$contentTextColor: #362b36;
|
|
|
|
//Default State
|
|
$stateDefaultBorderWidth: 1px;
|
|
$stateDefaultBorderColor: #aed0ea;
|
|
$stateDefaultBgColor: #d7ebf9;
|
|
$stateDefaultTextColor: #2779aa;
|
|
|
|
//Active State
|
|
$stateActiveBorderColor: #2694e8;
|
|
$stateActiveBgColor: #3baae3;
|
|
$stateActiveTextColor: #ffffff;
|
|
|
|
//Highlight State
|
|
$stateHighlightBorderColor: #f9dd34;
|
|
$stateHighlightBgColor: #ffef8f;
|
|
$stateHighlightTextColor: #363636;
|
|
|
|
//Focus State
|
|
$stateFocusBorderColor: #74b2e2;
|
|
$stateFocusBgColor: #e4f1fb;
|
|
$stateFocusTextColor: #0070a3;
|
|
|
|
//Error State
|
|
$stateErrorBorderColor: #cd0a0a;
|
|
$stateErrorBgColor: #cd0a0a;
|
|
$stateErrorTextColor: #ffffff;
|
|
|
|
//Hover State
|
|
$stateHoverBorderColor: #74b2e2;
|
|
$stateHoverBgColor: #e4f1fb;
|
|
$stateHoverTextColor: #0070a3;
|
|
|
|
//Forms
|
|
$inputBgColor: #ffffff;
|
|
$inputTextColor: #222222;
|
|
$invalidInputBorderColor: #cd0a0a;
|
|
$inputGroupTextColor: #2779aa;
|
|
|
|
@import '../_theme'; |