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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user