summaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Blog/Blog.module.scss
blob: 5b5312566eedcd4d724f57f61f86024d3716279d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@use "@styles/abstracts/functions" as fun;

.icon {
  display: block;
  margin: auto;
  width: var(--icon-size, #{fun.convert-px(40)});
}

.lines {
  fill: var(--color-fg);
  stroke-width: 4;
}

.picture {
  fill: var(--color-primary-lighter);
  stroke: var(--color-border-dark);
}

.background {
  fill: var(--color-bg);
  stroke: var(--color-border-dark);
  stroke-width: 4;
}