blob: ef0d7aa52801d3594e1e7f436563c529ef85837e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$text: #{{colors.text}};
$subtext: #{{colors.subtext}};
$base: #{{colors.base}};
$surface: #{{colors.surface}};
$overlay: #{{colors.overlay}};
$primary: #{{colors.primary}};
$success: #{{colors.success}};
$warning: #{{colors.warning}};
$error: #{{colors.error}};
$border: {{borderWidth}}px;
$inner-radius: {{innerRadius}}px;
$outer-radius: {{outerRadius}}px;
$inner-gap: {{innerGap}}px;
$outer-gap: {{outerGap}}px;
$font-name: "{{font.regular}}", "{{font.monospace}}";
$font-size: {{font.size}}px;
|