aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/images/logo/logo.module.scss
blob: 427e85b0874ea12e578ba4bdcc9ec5a771a326ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@use "../../../../styles/abstracts/functions" as fun;

.wrapper {
  width: var(--logo-size, fun.convert-px(100));
  height: var(--logo-size, fun.convert-px(100));
  max-width: 100%;
  max-height: 100%;
}

.bg-left {
  fill: var(--color-primary-light);
}

.bg-right {
  fill: var(--color-primary-dark);
}

.letter {
  fill: var(--color-fg-inverted);
  stroke: var(--color-primary-darker);
  stroke-width: 1;
}

.letter-shadow {
  fill: var(--color-shadow-darker);
  stroke: var(--color-shadow-darker);
  stroke-width: 1;
}