aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_dashboard.scss22
1 files changed, 17 insertions, 5 deletions
diff --git a/web/cobrands/sass/_dashboard.scss b/web/cobrands/sass/_dashboard.scss
index fe35df8e3..396d53d56 100644
--- a/web/cobrands/sass/_dashboard.scss
+++ b/web/cobrands/sass/_dashboard.scss
@@ -184,15 +184,12 @@
}
}
-.dashboard-ranking-table {
+.dashboard-ranking-table,
+.dashboard-contacts-table {
width: 100%;
td {
padding: 0.4em 0.8em;
-
- &:last-child {
- text-align: $right;
- }
}
tbody tr:nth-child(odd) {
@@ -205,3 +202,18 @@
font-weight: bold;
}
}
+
+.dashboard-ranking-table {
+ td {
+ &:last-child {
+ text-align: $right;
+ }
+ }
+}
+
+.dashboard-contacts-table {
+ th {
+ text-align: $left;
+ padding: 0.4em 0.8em;
+ }
+}