Further work at grid-table, including tablet layout

This commit is contained in:
2021-02-25 14:02:34 +00:00
parent f775cee7dd
commit b3939d8426
3 changed files with 53 additions and 9 deletions

View File

@@ -93,6 +93,13 @@
background-color: #222 !important;
}
}
#event_table {
> .bg-#{$color} {
border: 0.3em solid theme-color-level($color, -6) !important;
background-color: #222 !important;
color: white !important;
}
}
}
del {
color: black;
@@ -119,4 +126,7 @@
background: #222;
color: $gray-100;
}
.text-muted {
color: #c9c9c9 !important;
}
}