Skip to content

Commit 180e753

Browse files
authored
fix: corrected nested styling for titled-content (#1350)
# Issue Reference below #1298
1 parent 05ffcff commit 180e753

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

projects/components/src/titled-content/titled-content.component.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@
7171
.footer {
7272
.title {
7373
margin-top: 8px;
74-
}
7574

76-
&.regular {
77-
@include overline($gray-4);
78-
}
75+
&.regular {
76+
@include overline($gray-4);
77+
}
7978

80-
&.grayed-out {
81-
@include overline($gray-5);
79+
&.grayed-out {
80+
@include overline($gray-5);
81+
}
8282
}
8383
}
8484
}

0 commit comments

Comments
 (0)