|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
$border-style: 3px solid currentColor; |
|
|
|
|
$p-size: 5px; |
|
|
|
|
$p-size: 8px; |
|
|
|
|
|
|
|
|
|
.root { |
|
|
|
|
* { |
|
|
|
@ -13,13 +13,13 @@ $p-size: 5px;
@@ -13,13 +13,13 @@ $p-size: 5px;
|
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
font-family: var(--theme-text-display-font-family); |
|
|
|
|
font-weight: bold; |
|
|
|
|
font-weight: 600; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.message { |
|
|
|
|
overflow: hidden; |
|
|
|
|
overflow-wrap: anywhere; |
|
|
|
|
font-weight: 600; |
|
|
|
|
font-weight: 500; |
|
|
|
|
|
|
|
|
|
mark { |
|
|
|
|
padding-left: 0.35em; |
|
|
|
|