0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 16:02:38 +00:00
Files
homebrewery/client/admin/homebrewAdmin/homebrewAdmin.less
2016-01-06 20:04:45 -05:00

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;
}
}
}