mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-27 20:23:08 +00:00
add the concept of widgets and widget fields
This commit is contained in:
@@ -30,4 +30,21 @@
|
||||
// background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQAgMAAABW5NbuAAAACVBMVEVHcEwAAAAAAAAWawmTAAAAA3RSTlMAPBJ6PMxpAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAFUlEQVQI12NgwACcCQysASAEZGAAACMuAX06aCQUAAAAAElFTkSuQmCC) no-repeat right;
|
||||
// }
|
||||
//}
|
||||
|
||||
.widget-gutter {
|
||||
width: .7em;
|
||||
}
|
||||
|
||||
.snippet-options-widget {
|
||||
background-color: lightblue;
|
||||
padding: 2px 0 2px 0;
|
||||
|
||||
* {
|
||||
margin: 0 2px 0 2px;
|
||||
}
|
||||
|
||||
input {
|
||||
max-width: 10vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user