UNPKG

generator-aristos

Version:

create aristos cms fast with yeoman generator.

28 lines 1.12 kB
/* stuffs to change */ /* used for : nav-header background */ $colorOne: #a5435c; /* used for : table heads, template builder, form options */ $colorTwo: #d2a2ae; /* used for : pages title background, table borders,page section divider */ $colorThree: #a39480; /* 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: #cbcab6; /* used for : main background, admin section redirect*/ $colorSix: #ededed; /* used for: main button hover */ $colorSeven: #fff2fe; /* 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 */