This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Commit f4c91b3 Robert Messerle
committed
1 parent e1a98cc commit f4c91b3 Copy full SHA for f4c91b3
File tree 2 files changed +19
-11
lines changed
2 files changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,10 @@ md-list {
31
31
padding : $list-padding-top $list-padding-right $list-padding-bottom $list-padding-left ;
32
32
33
33
.md-subheader {
34
- @include md-body-2 ();
35
- /* @alternate */ line-height : $list-header-line-height ;
34
+ font-size : $body-font-size-base ;
35
+ font-weight : 500 ;
36
+ letter-spacing : 0.010em ;
37
+ line-height : $list-header-line-height ;
36
38
}
37
39
}
38
40
@@ -178,20 +180,25 @@ md-list-item.md-3-line > .md-no-style {
178
180
}
179
181
180
182
h3 {
181
- @include md-subhead ();
183
+ font-size : $subhead-font-size-base ;
184
+ font-weight : 400 ;
185
+ letter-spacing : 0.010em ;
182
186
margin : $list-h3-margin ;
183
- /* @alternate */ line-height : $list-header-line-height ;
187
+ line-height : $list-header-line-height ;
184
188
}
185
189
h4 {
186
- @include md-body-2 ();
190
+ font-size : $body-font-size-base ;
191
+ letter-spacing : 0.010em ;
187
192
margin : $list-h4-margin ;
188
- /* @alternate */ font-weight : $list-h4-font-weight ;
189
- /* @alternate */ line-height : $list-header-line-height ;
193
+ font-weight : $list-h4-font-weight ;
194
+ line-height : $list-header-line-height ;
190
195
}
191
196
p {
192
- @include md-body-2 ();
197
+ font-size : $body-font-size-base ;
198
+ font-weight : 500 ;
199
+ letter-spacing : 0.010em ;
193
200
margin : $list-p-margin ;
194
- /* @alternate */ line-height : $list-p-line-height ;
201
+ line-height : $list-p-line-height ;
195
202
}
196
203
}
197
204
}
Original file line number Diff line number Diff line change @@ -64,8 +64,9 @@ md-toolbar {
64
64
}
65
65
66
66
.md-toolbar-tools {
67
- @include md-title ();
68
- /* @alternate */ font-weight : 400 ;
67
+ font-size : $title-font-size-base ;
68
+ letter-spacing : 0.005em ;
69
+ font-weight : 400 ;
69
70
display : flex ;
70
71
align-items : center ;
71
72
flex-direction : row ;
You can’t perform that action at this time.
0 commit comments