0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 09:42:40 +00:00
Files
homebrewery/client/admin/authorUtils/authorLookup/authorLookup.less
Víctor Losada Hernández 9944398e4c add decent table styles
2025-02-12 12:54:34 +01:00

29 lines
504 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; }
}
}
}