Add Bootstrap modal overrides for CSS variables

This commit is contained in:
Andreas Nedbal 2020-05-03 21:44:12 +02:00
parent ea638305cc
commit a36bcf6cd3
2 changed files with 14 additions and 0 deletions

View file

@ -56,6 +56,7 @@
"overrides/links",
"overrides/list-group",
"overrides/minicolors",
"overrides/modal",
"overrides/navbar",
"overrides/sweet-alert";

View file

@ -0,0 +1,13 @@
.modal-content {
background-color: var(--raised-bg);
border: 0;
}
.modal-header {
border-bottom: 0;
}
.modal-footer {
background-color: var(--raised-accent);
border-top: 0;
}