Improves table layout for sps admin summary

This commit is contained in:
Alberto Garcia Cabeza
2016-04-26 16:33:45 +02:00
parent 2658e77107
commit 106469dbf4

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