0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 08:22:42 +00:00

basically the whole thing

This commit is contained in:
Gazook89
2022-10-23 13:11:12 -05:00
parent af094474b8
commit 2d3b03a9c3
4 changed files with 79 additions and 16 deletions

View File

@@ -28,10 +28,14 @@
gap: 10px;
}
.field{
display : flex;
width : 100%;
min-width : 200px;
position : relative;
&>label{
width : 80px;
font-size : 11px;
@@ -42,6 +46,17 @@
&>.value{
flex : 1 1 auto;
width : 50px;
&:valid ~ .validity {
display: none;
}
&:invalid ~ .validity {
display : block;
color : #ffdddd;
position : absolute;
bottom : -1em;
right : 0;
font-size : .6em;
}
}
&.thumbnail{
height : 1.4em;