1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-23 19:50:59 +04:00

Fixes cards in dark theme mode

This commit is contained in:
Paweł Balicki
2020-12-27 15:35:35 +01:00
parent e7141220e3
commit 8d5481f865
+12
View File
@@ -7,6 +7,8 @@
}
.card,
.card-footer,
.card-stacked::after,
.footer:not(.footer-transparent),
.modal-content,
.modal-header,
@@ -20,6 +22,16 @@
border-color: transparent;
}
.card-tabs .nav-tabs .nav-link {
background-color: $dark-mode-darken;
color: inherit;
}
.card-tabs .nav-tabs .nav-link.active {
background-color: $dark;
color: inherit;
}
.btn-white,
.form-file-button {
//@include button-variant($dark-mode-lighten, $border-color, $dark-mode-text, rgba($dark, 0), $border-color, $dark-mode-text);