|
|
@@ -87,3 +87,12 @@ $default-margin-between:1.5rem;
|
|
|
padding: 1em;
|
|
|
}
|
|
|
|
|
|
+.table thead td, .table thead th{
|
|
|
+ border-bottom: 1px solid rgba(112, 96, 255, 0.22);
|
|
|
+}
|
|
|
+
|
|
|
+.table td, .table th{
|
|
|
+ border-width: 0 0 1px;
|
|
|
+ padding: 1em 0.75em;
|
|
|
+ border-bottom: 1px solid rgba(112, 96, 255, 0.22);
|
|
|
+}
|