Skip to content

Commit cd1072e

Browse files
committed
Update _blockquote.scss
1 parent 6f003ed commit cd1072e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

manual/assets/css/src/screen/default/base/_blockquote.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ blockquote {
44
border-left: 3px solid;
55
margin: 2rem 0;
66
padding: 0.75rem 1.5rem;
7+
code {
8+
color: inherit;
9+
font-weight: 500;
10+
}
711
p {
812
margin: 0;
913
padding: 0;
@@ -27,6 +31,9 @@ blockquote {
2731
}
2832
&.alert {
2933
background: rgba(colors.$grey_500, 0.05);
34+
p {
35+
margin-left: 4px;
36+
}
3037
.alert-icon {
3138
background: colors.$grey_500;
3239
mask-image: url("/img/svg/info_black_24dp.svg");

0 commit comments

Comments
 (0)