mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-28 02:53:08 +00:00
add the concept of widgets and widget fields
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
.widget-field {
|
||||
display: inline-block;
|
||||
|
||||
>label {
|
||||
display: inherit;
|
||||
width: 50px;
|
||||
margin: 0 0;
|
||||
}
|
||||
|
||||
>input {
|
||||
|
||||
}
|
||||
|
||||
>.hints {
|
||||
position: relative;
|
||||
left: 50px;
|
||||
max-height: 100px;
|
||||
overflow-y: scroll;
|
||||
background-color: white;
|
||||
|
||||
>.hint {
|
||||
margin: 0 0;
|
||||
padding: 2px;
|
||||
cursor: default;
|
||||
|
||||
&:hover,
|
||||
&.active {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user