Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ineesalmeida/almeida-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_abstract.scss')
-rw-r--r--assets/sass/_abstract.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/sass/_abstract.scss b/assets/sass/_abstract.scss
new file mode 100644
index 0000000..c56ab51
--- /dev/null
+++ b/assets/sass/_abstract.scss
@@ -0,0 +1,13 @@
+// COLORS
+$color-white: #fff;
+$color-grey: #aaa;
+$color-grey-2: #999;
+$color-grey-dark: #666;
+
+// WIDTHS
+$width-left-col: 56rem; // 70%
+$page-width: 80rem;
+$width-right-col: $page-width - $width-left-col;
+
+// ANIMATIONS
+$cubic: .63, .21, .76, 1.58 \ No newline at end of file