Skip to content

Commit a330b71

Browse files
committed
Move every rule for callouts inside div.callout
1 parent 717a33a commit a330b71

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/resources/formats/revealjs/quarto.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ kbd {
941941

942942
/* Callout styles */
943943

944-
.callout {
944+
div.callout {
945945
margin-top: $callout-margin-top;
946946
margin-bottom: $callout-margin-bottom;
947947
border-radius: $border-radius;
@@ -1076,15 +1076,15 @@ kbd {
10761076
&.no-icon::before {
10771077
display: none !important;
10781078
}
1079-
}
10801079

1081-
.callout-title {
1082-
display: flex;
1083-
align-items: center;
1084-
}
1080+
.callout-title {
1081+
display: flex;
1082+
align-items: center;
1083+
}
10851084

1086-
.callout-icon::before {
1087-
padding-right: 0.5rem;
1085+
.callout-icon::before {
1086+
padding-right: 0.5rem;
1087+
}
10881088
}
10891089

10901090
/* Callout Types */

0 commit comments

Comments
 (0)