0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 17:32:38 +00:00

set :invalid input to light red background

This commit is contained in:
Gazook89
2022-11-05 11:56:48 -05:00
parent 78da48b08d
commit aec1147aa5

View File

@@ -42,6 +42,9 @@
&>.value{
flex : 1 1 auto;
width : 50px;
&:invalid {
background : #ffb9b9;
}
}
&.thumbnail{
height : 1.4em;