Update label css for classic template

This commit is contained in:
lowlighter
2021-07-30 20:23:18 +02:00
parent dd8d075952
commit d7f54cddf4

View File

@@ -247,6 +247,20 @@
border-radius: 32px;
font-size: 12px;
}
.label.label-flex {
display: flex;
}
.label .label-right {
display: flex;
align-items: center;
font-size: .7rem;
margin-left: 6px;
margin-right: -10px;
background-color: #58A6FF10;
padding: 0 7px;
border-top-right-radius: 32px;
border-bottom-right-radius: 32px;
}
/* Habits */
.habits {