Skip to content

Commit 99f11cc

Browse files
authored
feat: consistent blockquote title style (#1164)
1 parent 8ae2907 commit 99f11cc

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/components/shared/blockquote/blockquote.module.scss

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@ blockquote {
1515
& div[class^='with-copy-button'] {
1616
margin-top: 15px;
1717
}
18-
}
19-
20-
.kicker {
21-
display: block;
22-
font-size: $font-size-xs;
23-
line-height: $line-height-xs;
24-
color: $color-accent-primary;
25-
font-weight: 600;
26-
&.uppercased {
27-
text-transform: uppercase;
18+
.kicker {
19+
display: block;
20+
font-size: $font-size-xs;
21+
line-height: $line-height-xs;
22+
color: $color-accent-primary;
23+
font-weight: 600;
24+
&.uppercased {
25+
text-transform: uppercase;
26+
}
2827
}
2928
}
3029

0 commit comments

Comments
 (0)