Vanessa 2025-12-01 10:50:15 +08:00
parent 536465c55f
commit 91a0575723

View file

@ -145,6 +145,12 @@
.callout { .callout {
padding: 8px; padding: 8px;
&[data-subtype="NOTE"] {
.callout-info {
color: var(--b3-theme-primary);
}
}
&-info { &-info {
display: flex; display: flex;
align-items: center; align-items: center;
@ -165,6 +171,8 @@
&-title { &-title {
margin-left: 8px; margin-left: 8px;
font-weight: 500;
font-size: 140%;
} }
} }