mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 16:02:38 +00:00
adapt width of table to date iso and remove colors
This commit is contained in:
@@ -98,8 +98,8 @@ body {
|
||||
padding : 10px;
|
||||
|
||||
tr {
|
||||
border-bottom:1px solid;
|
||||
&:last-of-type { border:none; }
|
||||
border-bottom : 1px solid;
|
||||
&:last-of-type { border : none; }
|
||||
&:nth-child(even) { background : #DDDDDD; }
|
||||
}
|
||||
|
||||
@@ -117,29 +117,14 @@ body {
|
||||
&:last-child { border-right : none; }
|
||||
}
|
||||
|
||||
th {
|
||||
font-weight:900;
|
||||
&:nth-child(2) { background : #FFB3BA; }
|
||||
&:nth-child(3) { background : #FFDFBA; }
|
||||
&:nth-child(4) { background : #FFFFBA; }
|
||||
&:nth-child(5) { background : #BAFFC9; }
|
||||
&:nth-child(6) { background : #BAE1FF; }
|
||||
}
|
||||
th { font-weight : 900; }
|
||||
|
||||
td {
|
||||
&:first-child {
|
||||
font-weight : 900;
|
||||
text-align : left;
|
||||
border-right : 2px solid;
|
||||
}
|
||||
&:nth-child(2) { background : #FFB3BA80; }
|
||||
&:nth-child(3) { background : #FFDFBA80; }
|
||||
&:nth-child(4) { background : #FFFFBA80; }
|
||||
&:nth-child(5) { background : #BAFFC980; }
|
||||
&:nth-child(6) { background : #BAE1FF80; }
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.error {
|
||||
|
||||
Reference in New Issue
Block a user