Add support for dynamic themes

This commit is contained in:
Art Lowel
2021-02-25 15:04:32 +01:00
parent 70dac6bc8f
commit 5a6e4b1278
224 changed files with 3429 additions and 1017 deletions

View File

@@ -1,6 +1,6 @@
.sticky-buttons {
position: sticky;
top: $dropdown-item-padding-x * 3;
z-index: $submission-footer-z-index;
background-color: rgba($white, .97);
top: calc(var(--bs-dropdown-item-padding-x) * 3);
z-index: var(--ds-submission-footer-z-index);
background-color: rgba(255, 255, 255, .97);
}