mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
48 lines
734 B
Plaintext
48 lines
734 B
Plaintext
.authorLookup {
|
|
position : relative;
|
|
display : flex;
|
|
flex-direction : column;
|
|
|
|
.field {
|
|
display : flex;
|
|
gap : 5px;
|
|
align-items : center;
|
|
justify-items : stretch;
|
|
width : 100%;
|
|
margin-bottom : 20px;
|
|
|
|
|
|
input {
|
|
height : 33px;
|
|
padding : 0px 10px;
|
|
margin-bottom : unset;
|
|
font-family : monospace;
|
|
}
|
|
|
|
button {
|
|
width: 50px;
|
|
|
|
i { margin-right : 10px; }
|
|
}
|
|
}
|
|
|
|
table.resultsTable {
|
|
* {
|
|
border: 1px solid black;
|
|
vertical-align: middle;
|
|
padding: 5px;
|
|
}
|
|
|
|
th {
|
|
font-weight: bold;
|
|
}
|
|
|
|
th, td {
|
|
text-align: center;
|
|
|
|
&:first-of-type {
|
|
text-align: left;
|
|
}
|
|
}
|
|
}
|
|
} |