1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-24 20:14:39 +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,
.card-footer,
.card-stacked::after,
.footer:not(.footer-transparent), .footer:not(.footer-transparent),
.modal-content, .modal-content,
.modal-header, .modal-header,
@@ -20,6 +22,16 @@
border-color: transparent; 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, .btn-white,
.form-file-button { .form-file-button {
//@include button-variant($dark-mode-lighten, $border-color, $dark-mode-text, rgba($dark, 0), $border-color, $dark-mode-text); //@include button-variant($dark-mode-lighten, $border-color, $dark-mode-text, rgba($dark, 0), $border-color, $dark-mode-text);