mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 16:02:38 +00:00
24 lines
317 B
Plaintext
24 lines
317 B
Plaintext
.homebrewAdmin{
|
|
|
|
table{
|
|
max-height: 800px;
|
|
overflow-y: scroll;
|
|
th{
|
|
font-weight: 800;
|
|
padding: 10px;
|
|
}
|
|
|
|
tr:nth-child(even){
|
|
background-color: fade(@green, 10%);
|
|
}
|
|
tr.isEmpty{
|
|
background-color: fade(@red, 30%);
|
|
}
|
|
td{
|
|
min-width: 100px;
|
|
text-align: center;
|
|
padding: 10px;
|
|
}
|
|
}
|
|
|
|
} |