|
|
@@ -80,7 +80,29 @@
|
|
|
}
|
|
|
|
|
|
.table td, .table th{
|
|
|
- border-width: 0 0 1px;
|
|
|
+ //border-width: 0 0 1px;
|
|
|
padding: 1em 0.75em;
|
|
|
border-bottom: 1px solid rgba(112, 96, 255, 0.22);
|
|
|
-}
|
|
|
+}
|
|
|
+
|
|
|
+.content pre{
|
|
|
+ background-color: hsl(258, 29%, 97%);
|
|
|
+}
|
|
|
+
|
|
|
+.content table {
|
|
|
+ td{
|
|
|
+ border-bottom: 1px solid hsla(255, 40%, 96%, 1);
|
|
|
+ }
|
|
|
+ th{
|
|
|
+ border-bottom: 1px solid hsla(255, 40%, 96%, 1);
|
|
|
+ }
|
|
|
+
|
|
|
+ display: block;
|
|
|
+ overflow: auto;
|
|
|
+ width: 100%;
|
|
|
+ @extend .table, .is-striped, .is-narrow, .is-fullwidth;
|
|
|
+}
|
|
|
+
|
|
|
+.table.is-striped tbody tr:not(.is-selected):nth-child(even), .content table tbody tr:not(.is-selected):nth-child(even) {
|
|
|
+ background-color: hsla(252, 33%, 98%, 1);
|
|
|
+}
|