Improves table layout for sps admin summary
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user