red.scss 332 Bytes
Newer Older
wangdanlei's avatar
wangdanlei committed
1 2 3 4 5 6 7 8 9
$themeColor: #D76868;
$themeTintColor: #F3E3E3;
$commonLightBackColor: #F5F1F1;
$commonDarkBackColor: #ECE8E8;
$navBarBgColor: linear-gradient(269deg, #DA7676 0%, #AB5353 100%);
$navBgColor: linear-gradient(188deg, #F3E3E3 0%, #D76868 100%);
.dee-theme-red {
  @include deeTheme($themeColor, $navBarBgColor, $commonDarkBackColor);
}