0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 03:52:40 +00:00

Update UI to support tags

#758
This commit is contained in:
Charlie Humphreys
2021-11-17 22:26:25 -06:00
parent 22f9efd58a
commit 330bf20d61
2 changed files with 120 additions and 8 deletions

View File

@@ -81,4 +81,31 @@
font-size: 0.8em;
line-height : 1.5em;
}
.tags.field .list {
display : flex;
flex-wrap : wrap;
>* {
flex : 0 0 auto;
}
.badge {
background-color : #444;
border-radius : .5em;
color : white;
font-size : .9em;
margin : 2px;
padding : .3em;
i.fa-times {
cursor: pointer;
}
}
.value {
width : 7.5vw;
min-width : 75px;
}
}
}