mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 02:42:39 +00:00
removed unnecessary files and refactored layout of dl
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
.field {
|
||||
display : grid;
|
||||
grid-template-columns : 120px 150px;
|
||||
grid-template-columns : 120px 200px;
|
||||
align-items : center;
|
||||
justify-items : stretch;
|
||||
width : 100%;
|
||||
@@ -18,6 +18,10 @@
|
||||
padding : 0px 10px;
|
||||
margin-bottom : unset;
|
||||
font-family : monospace;
|
||||
|
||||
&[type="date"] {
|
||||
width:14ch;
|
||||
}
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
||||
@@ -31,13 +31,6 @@
|
||||
font-weight : 900;
|
||||
}
|
||||
|
||||
dl {
|
||||
padding-top:0.5em;
|
||||
dt {
|
||||
font-weight: 900;
|
||||
height:fit-content;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.noNotification { margin-block : 20px; }
|
||||
|
||||
Reference in New Issue
Block a user