mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 16:42:41 +00:00
set :invalid input to light red background
This commit is contained in:
@@ -42,6 +42,9 @@
|
|||||||
&>.value{
|
&>.value{
|
||||||
flex : 1 1 auto;
|
flex : 1 1 auto;
|
||||||
width : 50px;
|
width : 50px;
|
||||||
|
&:invalid {
|
||||||
|
background : #ffb9b9;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.thumbnail{
|
&.thumbnail{
|
||||||
height : 1.4em;
|
height : 1.4em;
|
||||||
|
|||||||
Reference in New Issue
Block a user