FIX: percent-bar flex layout

This commit is contained in:
Patrick Haßel 2025-02-28 13:29:02 +01:00
parent 6c49f4738a
commit b4a8b25ae7

View File

@ -1,17 +1,21 @@
@import "../../../../colors.less";
.bar {
position: relative;
color: white;
display: flex;
border-radius: 0.5em;
.part {
float: left;
white-space: nowrap;
font-size: 40%;
.text {
padding-left: 0.25em;
padding-left: 0.4em;
}
}
.part:first-child {
.text:first-child {
padding-left: 0.8em;
}
}