Skip to content

Commit 281a481

Browse files
committed
[DEV-13006] Use the same text style for Callouts as for a paragraph
1 parent 32e7502 commit 281a481

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/elements/Callout/Callout.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
@import "styles/variables";
22

33
.prezly-slate-callout {
4+
margin: $spacing-2 0;
5+
6+
color: $color-text;
7+
font-weight: 500;
8+
font-size: $font-size-m;
9+
line-height: $line-height;
10+
411
display: flex;
512
flex-direction: row;
613

0 commit comments

Comments
 (0)