This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,8 @@ md-list {
30
30
padding : $list-padding-top $list-padding-right $list-padding-bottom $list-padding-left ;
31
31
32
32
.md-subheader {
33
- font-size : $body-font-size-base ;
34
- font-weight : 500 ;
35
- letter-spacing : 0.010em ;
33
+ @include md-body-2 ();
34
+ /* @alternate */
36
35
line-height : $list-header-line-height ;
37
36
}
38
37
}
@@ -179,17 +178,17 @@ md-list-item.md-3-line > .md-no-style {
179
178
}
180
179
181
180
h3 {
182
- font-size : $subhead-font-size-base ;
183
- font-weight : 400 ;
184
- letter-spacing : 0.010em ;
181
+ @include md-subhead ();
185
182
margin : $list-h3-margin ;
183
+ /* @alternate */
186
184
line-height : $list-header-line-height ;
187
185
}
188
186
h4 {
189
- font-size : $body-font-size-base ;
190
- letter-spacing : 0.010em ;
191
- font-weight : $list-h4-font-weight ;
187
+ @include md-body-2 ();
192
188
margin : $list-h4-margin ;
189
+ /* @alternate */
190
+ font-weight : $list-h4-font-weight ;
191
+ /* @alternate */
193
192
line-height : $list-header-line-height ;
194
193
}
195
194
p {
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ md-toolbar {
74
74
height : $toolbar-tools-height ;
75
75
max-height : $toolbar-tools-height ;
76
76
padding : 0 $toolbar-padding ;
77
- margin : 0 ;
77
+ /* @alternate */ margin : 0 ;
78
78
79
79
h1 , h2 , h3 {
80
80
font-size : inherit ;
You can’t perform that action at this time.
0 commit comments