summaryrefslogtreecommitdiff
path: root/src/assets/styles/_table.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/_table.scss')
-rw-r--r--src/assets/styles/_table.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/assets/styles/_table.scss b/src/assets/styles/_table.scss
new file mode 100644
index 00000000..ff1ed302
--- /dev/null
+++ b/src/assets/styles/_table.scss
@@ -0,0 +1,21 @@
+.table-light {
+ td {
+ border-top: none;
+ border-bottom: 1px solid $gray-300;
+ }
+}
+
+.thead-light.thead-light {
+ th {
+ border: none;
+ color: $gray-900;
+ }
+}
+
+.table-cell__actions {
+ text-align: right;
+ .btn {
+ padding-top: 0;
+ padding-bottom: 0;
+ }
+}