summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/utils/_variables.scss
blob: 065c37a171cbd8cf88db7916d5db3d10c5bb66cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@charset 'UTF-8';

// Color Variables
$color--primary: rgb(35, 137, 215);
$color--primary--hover: darken($color--primary, 10%);
$bg--gray: rgb(245, 245, 245);
$bg--white: rgb(255, 255, 255);

// Page Variables
$border-gray: 1px solid #ddd;

// Random variables
$border-rad: 1px;