aboutsummaryrefslogtreecommitdiff
path: root/src/scss/settings/_type.scss
blob: c7ad0afbd8c9ce426bf89f998f553a1cd8043206 (plain) (blame)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
$type-16: (
  null: ( 14px, $baseline-x3 ),
  sm: ( 16px, $baseline-x3 )
);

$type-18: (
  null: ( 16px, $baseline-x3 ),
  sm: ( 18px, $baseline-x3 )
);

$type-20: (
  null: ( 18px, $baseline-x3 ),
  sm: ( 20px, $baseline-x4 )
);

$type-22: (
  null: ( 18px, $baseline-x3 ),
  sm: ( 22px, $baseline-x4 )
);

$type-24: (
  null: ( 19px, $baseline-x3 ),
  sm: ( 24px, $baseline-x4 )
);

$type-26: (
  null: ( 20px, $baseline-x4 ),
  sm: ( 26px, $baseline-x5 )
);

$type-28: (
  null: ( 20px, $baseline-x4 ),
  sm: ( 28px, $baseline-x5 )
);

$type-30: (
  null: ( 21px, $baseline-x4 ),
  sm: ( 30px, $baseline-x5 )
);

$type-32: (
  null: ( 22px, $baseline-x4 ),
  sm: ( 32px, $baseline-x5 )
);

$type-34: (
  null: ( 23px, $baseline-x4 ),
  sm: ( 34px, $baseline-x5 )
);

$type-35: (
  null: ( 25px, $baseline-x5 ),
  sm: ( 35px, $baseline-x5 )
);

$type-80: (
  null: ( 70px, $baseline-x13 ),
  sm: ( 80px, $baseline-x13 )
);


$type-20: (
  null: ( 18px, $baseline-x3 ),
  sm: ( 20px, $baseline-x4 )
);

$type-28: (
  null: ( 20px, $baseline-x4 ),
  sm: ( 28px, $baseline-x5 )
);

$type-35: (
  null: ( 25px, $baseline-x5 ),
  sm: ( 35px, $baseline-x5 )
);

$type-80: (
  null: ( 70px, $baseline-x13 ),
  sm: ( 80px, $baseline-x13 )
);