layout-yellow.scss
1022 Bytes
$primaryLighterColor:#FFF9C4;
$primaryColor:#FDD835;
$primaryDarkerColor:#F57F17;
$primaryTextColor:#ffffff;
/* background */
$backgroundLeftColor:$primaryColor;
$backgroundRightColor:$primaryDarkerColor;
/* horizontal menu */
$horizontalMenuItemBgColor: rgba(255,255,255,0.2);
$horizontalMenuItemTextColor: rgba(255,255,255,0.72);
$horizontalMenuItemHoverBgColor: rgba(255,255,255,0.3);
$horizontalMenuItemHoverTextColor: rgba(255,255,255,1);
/* topbar */
$topbarItemBgColor:rgba(255,255,255,0.2);
$topbarItemTextColor:white;
$topbarItemHoverBgColor:rgba(255,255,255,0.2);
$topbarUserProfileTextColor:rgba(255,255,255,0.72);
/* overlay menu */
$overlayMenuItemHoverBgColor:$primaryLighterColor;
$overlayMenuItemActiveTextColor:$primaryDarkerColor;
/* overlay menu button */
$overlayMenuButtonColor:$primaryDarkerColor;
$overlayMenuButtonHoverBgColor:$primaryLighterColor;
//footer
$footerTextColor:rgba(255,255,255,0.7);
$footerTextHoverColor:rgba(255,255,255,1);
@import '../../../src/assets/sass/layout/_layout';