mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-24 08:52:15 +00:00
Further work at grid-table, including tablet layout
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user