mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 15:52:43 +00:00
Added in the admin page
This commit is contained in:
24
client/admin/homebrewAdmin/homebrewAdmin.less
Normal file
24
client/admin/homebrewAdmin/homebrewAdmin.less
Normal file
@@ -0,0 +1,24 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user