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/scss/_abstract.scss')
-rw-r--r--assets/scss/_abstract.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/scss/_abstract.scss b/assets/scss/_abstract.scss
new file mode 100644
index 0000000..ffa098a
--- /dev/null
+++ b/assets/scss/_abstract.scss
@@ -0,0 +1,7 @@
+// WIDTHS
+$width-left-col: 56rem; // 70%
+$page-width: 80rem;
+$width-right-col: $page-width - $width-left-col;
+
+// ANIMATIONS
+$cubic: 0.63, 0.21, 0.76, 1.58;