Merge pull request #1093 from consul/sps-summary-styles

Improves table layout for sps admin summary
This commit is contained in:
Raimond Garcia
2016-04-26 16:39:07 +02:00

View File

@@ -357,13 +357,27 @@ body.admin {
.investment-projects-summary {
th {
th, td {
text-align: center;
width: 33%;
&:first-child {
font-weight: bold;
text-align: left;
}
&:last-child {
font-weight: bold;
}
}
tr {
&:nth-child(even) td:last-child {
background: $success-border;
}
&:nth-child(odd) td:last-child {
background: $success-bg;
}
}
}
}