generator-aristos
Version:
create aristos cms fast with yeoman generator.
28 lines • 1.12 kB
CSS
/* stuffs to change */
/* used for : nav-header background */
$colorOne: #002134;
/* used for : table heads, template builder, form options */
$colorTwo: #b4fbf8;
/* used for : pages title background, table borders,page section divider */
$colorThree: #003f63;
/* used for : header nav borders, template builder hovers, titles, and main nav colors */
$colorFour: #f0f8ff;
/* used for : nav hovers, table edit hovers, contrast background,used for base font color, global set for all links, sub title one and template builder icons */
$colorFive: #006076;
/* used for : main background, admin section redirect*/
$colorSix:#02908b;
/* used for: main button hover */
$colorSeven: #fff4e6;
/* end of stuffs to change */
/* universal stuffs */
/* used for: marketplace link and complete type links */
$hoverSuccess: #1e90ff;
/* used for: button submit */
$transitionSuccessHover: #b0c4de;
/* used for: logout, delete type links */
$hoverDanger: #ff0000;
/* used for: button danger */
$transitionDangerHover: #b22222;
/* used for button danger */
$borderThree: #4a6fa5;
/* end of universal stuffs */