aboutsummaryrefslogtreecommitdiff
path: root/src/components/tables/scss/table.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/tables/scss/table.scss')
-rw-r--r--src/components/tables/scss/table.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/tables/scss/table.scss b/src/components/tables/scss/table.scss
index 13e247a..0bb5a48 100644
--- a/src/components/tables/scss/table.scss
+++ b/src/components/tables/scss/table.scss
@@ -53,3 +53,11 @@ table {
white-space: pre-line;
}
}
+
+table .total {
+ font-size: 1.2em;
+ color: $primaryAccentColor;
+ td:not(.empty) {
+ border-color: $secondaryAccentColor;
+ }
+}