aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/sass/settings/cosmetic.scss
blob: dee536e5f1ef100d962baf77762572213764e8d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// ==========================================================================
// Misc cosmetic
// ==========================================================================

// Button count arrow size
$arrow-size: 5px;

// Radii
$border-radius-base: 4px;

// Background
$page-background: linear-gradient(to left top, lighten($color-brand-primary, 10%), darken($color-brand-primary, 20%));