We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25ee88 commit 41a43efCopy full SHA for 41a43ef
src/components/KLabel/KLabel.vue
@@ -90,7 +90,7 @@ $kLabelRequiredDotSize: 6px;
90
&::before {
91
background-color: var(--kui-color-background-danger, $kui-color-background-danger);
92
border-radius: var(--kui-border-radius-circle, $kui-border-radius-circle);
93
- bottom: calc(50% - 2px); // place the dot in the middle of the text
+ bottom: calc(50% - $kLabelRequiredDotSize / 2); // place the dot in the middle of the text
94
content: '';
95
height: $kLabelRequiredDotSize;
96
left: 0px;
0 commit comments