mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-12 15:22:45 +00:00
basic styles
This commit is contained in:
@@ -54,44 +54,85 @@ body {
|
|||||||
border : 2px solid #444444;
|
border : 2px solid #444444;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
section.notificationUtils {
|
||||||
|
display : flex;
|
||||||
|
gap : 50px;
|
||||||
|
justify-content : space-between;
|
||||||
|
|
||||||
.notificationAdd {
|
.notificationAdd {
|
||||||
position : relative;
|
position : relative;
|
||||||
display : flex;
|
display : flex;
|
||||||
flex-direction : column;
|
flex-direction : column;
|
||||||
width : 500px;
|
width : 500px;
|
||||||
|
|
||||||
.field {
|
.field {
|
||||||
display : grid;
|
display : grid;
|
||||||
grid-template-columns : 120px 150px;
|
grid-template-columns : 120px 150px;
|
||||||
align-items : center;
|
align-items : center;
|
||||||
justify-items : stretch;
|
justify-items : stretch;
|
||||||
width : 100%;
|
width : 100%;
|
||||||
margin-bottom : 20px;
|
margin-bottom : 20px;
|
||||||
|
|
||||||
|
|
||||||
input {
|
input {
|
||||||
height : 33px;
|
height : 33px;
|
||||||
padding : 0px 10px;
|
padding : 0px 10px;
|
||||||
font-family : monospace;
|
font-family : monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
resize:vertical;
|
||||||
|
width : 50ch;
|
||||||
|
min-height : 7em;
|
||||||
|
max-height : 25em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
button {
|
||||||
min-width : 50ch;
|
|
||||||
max-width : 100ch;
|
position : absolute;
|
||||||
min-height : 7em;
|
right : 0;
|
||||||
max-height : 30em;
|
bottom : 0;
|
||||||
|
|
||||||
|
i { margin-right : 10px; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
.notificationLookup {
|
||||||
|
width : max-content;
|
||||||
|
min-width : 450px;
|
||||||
|
|
||||||
position : absolute;
|
.notificationList {
|
||||||
right : 0;
|
display : flex;
|
||||||
bottom : 0;
|
flex-direction : column;
|
||||||
|
gap : px;
|
||||||
|
margin-block : 20px;
|
||||||
|
border : 1px solid;
|
||||||
|
border-radius : 5px;
|
||||||
|
|
||||||
|
details {
|
||||||
|
padding : 10px;
|
||||||
|
background : #CCCCCC;
|
||||||
|
|
||||||
|
&:nth-child(even) { background : #DDDDDD; }
|
||||||
|
&:first-child {
|
||||||
|
border-top-left-radius : 5px;
|
||||||
|
border-top-right-radius : 5px;
|
||||||
|
}
|
||||||
|
&:last-child {
|
||||||
|
border-bottom-right-radius : 5px;
|
||||||
|
border-bottom-left-radius : 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
summary {
|
||||||
|
font-size : 20px;
|
||||||
|
font-weight : 900;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
i { margin-right : 10px; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user