aboutsummaryrefslogtreecommitdiff
path: root/app/assets/sass/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/sass/_variables.scss')
-rw-r--r--app/assets/sass/_variables.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/sass/_variables.scss b/app/assets/sass/_variables.scss
index cfdb166..aa17332 100644
--- a/app/assets/sass/_variables.scss
+++ b/app/assets/sass/_variables.scss
@@ -4,6 +4,7 @@ $page-width: 1000px;
$padding-base: 6px;
$padding-sm: 3px;
$padding-lg: 10px;
+$padding-xl: 18px;
$font-size-base: 13px;
$font-size-xs: round($font-size-base * 0.7);
@@ -12,6 +13,7 @@ $font-size-lg: round($font-size-base * 1.3);
$font-size-xl: round($font-size-base * 1.7);
$font-family-sans-serif: 'noto sans';
+$font-family-mono: 'source code pro';
$line-height-base: 1.3;
@@ -29,6 +31,9 @@ $red: #AF2F11;
$dark-red: #7C210C;
$light-red: #FB8165;
+$green: #279404;
+$yellow: #F8E400;
+
$bg-color: $gray-lightest;
$text-color: #4d525a;