rgbwifi/web/variables.scss

48 lines
1.2 KiB
SCSS

$smallScreen: "screen and (max-width: 767px)";
$mediumScreen: "screen and (min-width: 768px)";
$inputBackground: #404040;
$inputTextColor: white;
$inputDisabledBackground: #262626;
$inputDisabledTextColor: #808080;
$containerBackground: #202020;
$containerShadowColor: #fcf6cf;
$buttonBackground: $inputBackground;
$buttonTextColor: #dddddd;
$buttonHoverBackground: #505050;
$buttonHoverTextColor: #dddddd;
$buttonActiveBackground: #282828;
$buttonActiveTextColor: #cccccc;
$buttonPrimaryBackground: #2265a1;
$buttonPrimaryHoverBackground: #2672b6;
$checkRadioBackground: $inputBackground;
$checkRadioSelectedBackground: #606060;
$panelBorderColor: #404040;
$panelBodyBackground: #303030;
$panelHeaderBackground: #404040;
$panelHeaderTextColor: white;
$panelActiveHeaderBackground: #3b4a58;
$panelActiveHeaderTextColor: $panelHeaderTextColor;
$panelHeaderLinkColor: white;
$selectBackground: $inputBackground;
$notificationBackground: #297ab8;
$notificationErrorBackground: #973a38;
$versionTextColor: #808080;
$sectionHeaderBackground: #282828;
$sectionHeaderTextColor: #808080;
$sliderBarColor: #404040;
$sliderBarSize: .5rem;
$sliderThumbColor: #fcf6cf;
$sliderThumbSize: 2rem;
$sliderValueColor: #808080;