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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user