File tree 3 files changed +5
-13
lines changed
3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 37
37
color : var (--a-text-subtle );
38
38
font-variant : all-small-caps ;
39
39
letter-spacing : 0.075rem ;
40
+ margin-top : var (--a-spacing-05 );
40
41
text-transform : uppercase ;
41
42
}
Original file line number Diff line number Diff line change 21
21
@include common .unstyled-list ();
22
22
display : flex ;
23
23
flex-direction : column ;
24
- gap : 0.5 rem ;
24
+ gap : 0.75 rem ;
25
25
}
26
26
27
27
.icon {
Original file line number Diff line number Diff line change 29
29
--text-fluid-32-36 : clamp (2rem , 1.9167rem + 0.4167 vi , 2.25rem );
30
30
--text-fluid-36-48 : clamp (2.25rem , 2rem + 1.25 vi , 3rem );
31
31
--default-action-color : var (--a-blue-600 );
32
-
33
32
--brand-purple-deep : #99185e ;
34
33
--brand-purple-light : #e6c7d8 ;
35
34
--brand-beige : #fef5ef ;
64
63
.navds-body-short--large {
65
64
font-size : var (--text-fluid-20-22 );
66
65
}
67
-
68
- .navds-body-short--medium ,
69
- .navds-body-short--large {
70
- line-height : 1.5 ;
71
- }
72
-
73
66
.navds-body-long--small ,
74
67
.navds-body-long--medium ,
75
68
.navds-body-long--large {
76
69
line-height : 1.65 ;
77
70
margin-bottom : var (--a-spacing-9 );
78
71
}
79
72
73
+ .navds-heading {
74
+ line-height : 1.3 ;
75
+ }
80
76
.navds-heading--xsmall ,
81
77
.navds-heading--small ,
82
78
.navds-heading--medium {
83
79
margin-bottom : var (--a-spacing-2 );
84
80
}
85
-
86
81
.navds-heading--xsmall {
87
82
font-size : var (--text-fluid-18-20 );
88
83
}
89
-
90
84
.navds-heading--small {
91
85
font-size : var (--text-fluid-18-20 );
92
86
font-weight : 650 ;
93
87
}
94
-
95
88
.navds-heading--medium {
96
89
font-size : var (--text-fluid-22-24 );
97
90
font-weight : 650 ;
98
91
}
99
-
100
92
.navds-heading--large {
101
93
font-size : var (--text-fluid-32-36 );
102
94
font-weight : 650 ;
103
95
}
104
-
105
96
.navds-heading--xlarge {
106
97
font-size : var (--text-fluid-36-48 );
107
98
font-weight : 650 ;
You can’t perform that action at this time.
0 commit comments