0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 02:12:43 +00:00

Merge branch 'master' into Language-Attribute

This commit is contained in:
Gazook89
2022-11-19 11:30:54 -06:00
30 changed files with 14125 additions and 4974 deletions

View File

@@ -46,18 +46,13 @@
&>.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;
&:invalid {
background : #ffb9b9;
}
}
input[type='text'], textarea {
border : 1px solid gray;
}
&.thumbnail{
height : 1.4em;
label{