aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/_tables.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index 6bd0b91a4..0f721d7c5 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -151,6 +151,12 @@
}
}
+.table-borderless {
+ th,
+ td {
+ border: 0;
+ }
+}
// Responsive tables
//