We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae2907 commit 99f11ccCopy full SHA for 99f11cc
src/components/shared/blockquote/blockquote.module.scss
@@ -15,16 +15,15 @@ blockquote {
15
& div[class^='with-copy-button'] {
16
margin-top: 15px;
17
}
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;
+ .kicker {
+ display: block;
+ font-size: $font-size-xs;
+ line-height: $line-height-xs;
+ color: $color-accent-primary;
+ font-weight: 600;
+ &.uppercased {
+ text-transform: uppercase;
+ }
28
29
30
0 commit comments