{text}
{/if}
@@ -45,6 +46,9 @@
.indicator.flipped {
border-top-left-radius: 4px;
}
+ .indicator.line {
+ border-radius: 4px !important;
+ }
.text {
background-color: var(--color);
color: white;
@@ -70,4 +74,8 @@
transform: translateY(0%);
top: -2px;
}
+ .text.line {
+ transform: translateY(-50%) !important;
+ border-radius: 4px !important;
+ }