0
0
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:
Scott Tolksdorf
2016-01-06 20:04:45 -05:00
parent 25b53a7c24
commit 46186c0de2
11 changed files with 224 additions and 16 deletions

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