aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/abstracts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-16 17:34:41 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-16 17:35:22 +0100
commit6e2a66ca0f12e11c66d993ed22624cd4659b5f2e (patch)
treef8434b2a49dacdb6d9c633d9fa1d3af4b9c298ec /src/styles/abstracts
parente1678d1116aa462ddd2bc70d10496e37b053433e (diff)
chore: define secondary button styles
I also rename submit style to primary.
Diffstat (limited to 'src/styles/abstracts')
-rw-r--r--src/styles/abstracts/_variables.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/abstracts/_variables.scss b/src/styles/abstracts/_variables.scss
index e7816f3..1ea1d5d 100644
--- a/src/styles/abstracts/_variables.scss
+++ b/src/styles/abstracts/_variables.scss
@@ -154,6 +154,10 @@ $color_blue-dark: hsl(206, 76%, 25%);
$color_grey: hsl(206, 15%, 80%);
$color_grey-dark: hsla(206, 10%, 25%);
$color_grey-dark-o70: hsla(206, 10%, 25%, 0.7);
+$color_grey-dark-o40: hsla(206, 10%, 25%, 0.4);
+$color_grey-dark-o20: hsla(206, 10%, 25%, 0.2);
$color_orange: hsl(32, 100%, 55%);
$color_white: hsl(206, 15%, 97%);
$color_white-o90: hsl(206, 15%, 97%, 0.9);
+$test: hsl(206, 54%, 95%);
+$test2: hsl(210, 40%, 96%);