summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_variables.scss
blob: 5d883ab44883e43fc974fee84eff54e6fb681c84 (plain)
1
2
3
4
5
6
7
8
9
10
@function em($pixels, $context: 14px) {
	@return #{$pixels/$context}em
}

// Color Variables
$primary-color: #2389D7;
$primary-color--hover: darken(#2389D7, 5%);
$body-bg: #e9e9e9;
$header-bg: #f9f9f9;
$border-gray: 1px solid #ddd;