Test work, some CSS fixes, mild reversion pokage

This commit is contained in:
2022-01-27 00:51:08 +00:00
parent 8ef520619a
commit eda314c092
6 changed files with 39 additions and 26 deletions

View File

@@ -77,13 +77,13 @@
border-collapse: separate !important;
border-spacing: 0;
}
.table tr th {
#event_table tr th {
border-right: 0 !important;
}
.table tr td {
#event_table tr td {
border-left: 0 !important;
}
.table tr td:not(:last-child) {
#event_table tr td:not(:last-child) {
border-right: 0 !important;
}
@each $color, $value in $theme-colors {