aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Icons/CV/CV.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-16 18:23:20 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-16 18:23:20 +0100
commit90ffd597a35891f71665ee442b90e99d6e579118 (patch)
tree9da836da4d0334b7eb46a68a665b44f10607c8b1 /src/components/Icons/CV/CV.module.scss
parent395069f8cecd2deab2dfe1a2d7b97f379413e009 (diff)
refactor(styles): rename shadow and border variables
Diffstat (limited to 'src/components/Icons/CV/CV.module.scss')
-rw-r--r--src/components/Icons/CV/CV.module.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/components/Icons/CV/CV.module.scss b/src/components/Icons/CV/CV.module.scss
index 448bac6..e7b0e59 100644
--- a/src/components/Icons/CV/CV.module.scss
+++ b/src/components/Icons/CV/CV.module.scss
@@ -8,7 +8,7 @@
.lock {
fill: var(--color-bg);
- stroke: var(--color-border);
+ stroke: var(--color-border-dark);
stroke-width: 3;
}
@@ -18,36 +18,36 @@
.seal-top {
fill: var(--color-primary-lighter);
- stroke: var(--color-border);
+ stroke: var(--color-border-dark);
stroke-width: 2;
}
.seal-bottom {
fill: var(--color-primary-lighter);
- stroke: var(--color-border);
+ stroke: var(--color-border-dark);
stroke-width: 2;
}
.diploma {
fill: var(--color-bg);
- stroke: var(--color-border);
+ stroke: var(--color-border-dark);
stroke-width: 4;
}
.top {
fill: var(--color-primary-lighter);
- stroke: var(--color-border);
+ stroke: var(--color-border-dark);
stroke-width: 4;
}
.handle {
fill: var(--color-primary-lighter);
- stroke: var(--color-border);
+ stroke: var(--color-border-dark);
stroke-width: 3;
}
.bottom {
fill: var(--color-primary);
- stroke: var(--color-border);
+ stroke: var(--color-border-dark);
stroke-width: 4;
}