@use "@styles/abstracts/functions" as fun; .icon { display: block; margin: auto; width: var(--icon-size, #{fun.convert-px(40)}); } .envelop { fill: var(--color-primary-lighter); stroke: var(--color-primary-darker); stroke-width: 4; } .lines { fill: var(--color-fg); } .background { fill: var(--color-shadow-dark); stroke: var(--color-primary-darker); stroke-width: 4; } .paper { fill: var(--color-bg); stroke: var(--color-primary-darker); stroke-width: 4; } git.armand.philippot.euwww.armandphilippot.com' title='www.armandphilippot.com Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/base/_spacings.scss
blob: 7c8b210a29f7d6df415c6c7ea3c0e2de80ef8740 (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