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