Add uk-label-small

This commit is contained in:
Konstantinos Triantafyllou 2022-04-20 13:57:57 +03:00
parent 02cbefbb6f
commit 21ecbb2b0c
3 changed files with 4 additions and 8 deletions

View File

@ -224,10 +224,6 @@
margin-top: 10px;
}
.input-box .chip .uk-label {
padding: 5px 20px;
}
/** Modifiers */
.input-wrapper.inner {
--input-shadow: var(--shadow-inset);

View File

@ -12,3 +12,7 @@
border-color: var(--label-secondary);
color: var(--label-secondary);
}
.uk-label.uk-label-small {
padding: 5px 10px;
}

View File

@ -9,10 +9,6 @@
--pill-alt-color-active: var(--light-color);
}
.uk-subnav-pill > .uk-active > a {
border: unset;
}
.uk-subnav-pill-alt {
background: var(--pill-alt-background);
border-radius: 56px;