Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit cd6c408

Browse files
author
Robert Messerle
committed
chore(css): re-adds includes from previous commit, includes @alternate comments for duplicate styles
1 parent a9f2da3 commit cd6c408

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

src/components/list/list.scss

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ md-list {
3030
padding: $list-padding-top $list-padding-right $list-padding-bottom $list-padding-left;
3131

3232
.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 */
3635
line-height: $list-header-line-height;
3736
}
3837
}
@@ -179,17 +178,17 @@ md-list-item.md-3-line > .md-no-style {
179178
}
180179

181180
h3 {
182-
font-size: $subhead-font-size-base;
183-
font-weight: 400;
184-
letter-spacing: 0.010em;
181+
@include md-subhead();
185182
margin: $list-h3-margin;
183+
/* @alternate */
186184
line-height: $list-header-line-height;
187185
}
188186
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();
192188
margin: $list-h4-margin;
189+
/* @alternate */
190+
font-weight: $list-h4-font-weight;
191+
/* @alternate */
193192
line-height: $list-header-line-height;
194193
}
195194
p {

src/components/toolbar/toolbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ md-toolbar {
7474
height: $toolbar-tools-height;
7575
max-height: $toolbar-tools-height;
7676
padding: 0 $toolbar-padding;
77-
margin: 0;
77+
/* @alternate */ margin: 0;
7878

7979
h1, h2, h3 {
8080
font-size: inherit;

0 commit comments

Comments
 (0)