未验证 提交 674f4863 编写于 作者: P Paweł Kuna 提交者: GitHub

Merge pull request #750 from kilab-dev/dark-cards-fixes

Fixed cards background in dark theme mode
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册