0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 15:42:38 +00:00

add close button for string array edit input, update styles

This commit is contained in:
Charlie Humphreys
2022-06-24 23:48:32 -05:00
parent e963672b65
commit c7d5d6800b
2 changed files with 23 additions and 7 deletions

View File

@@ -121,7 +121,6 @@
#groupedIcon {
#backgroundColors;
display: inline-block;
border-radius: 0 0.5em 0.5em 0;
height: ~"calc(100% + 0.6em)";
position: relative;
top: -0.3em;
@@ -136,6 +135,14 @@
top: 50%;
transform: translateY(-50%);
}
&:not(:last-child) {
border-right: 1px solid black;
}
&:last-child {
border-radius: 0 0.5em 0.5em 0;
}
}
.badge {
@@ -177,6 +184,10 @@
font-size: .8em;
right: 1px;
top: -.54em;
i {
font-size: 1.125em;
}
}
}
}