aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/images/icons/svg-paths/icons-paths/computer-icon-paths.module.scss
blob: 479b8b76524a32c28c4d460d5104fa386d6b2d89 (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
29
30
31
32
33
34
35
36
37
.cursor,
.lines,
.root,
.separator,
.text {
  fill: var(--color-fg);
}

.contour,
.stand,
.screen {
  stroke: var(--color-primary-dark);
}

.contour,
.screen {
  stroke-width: 3;
}

.contour,
.stand {
  fill: var(--color-primary-lighter);
}

.screen {
  fill: var(--color-bg);
}

.stand {
  &--top {
    stroke-width: 3;
  }

  &--bottom {
    stroke-width: 2;
  }
}