mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:39:52 +01:00
Add Bootstrap modal overrides for CSS variables
This commit is contained in:
parent
ea638305cc
commit
a36bcf6cd3
2 changed files with 14 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
"overrides/links",
|
||||
"overrides/list-group",
|
||||
"overrides/minicolors",
|
||||
"overrides/modal",
|
||||
"overrides/navbar",
|
||||
"overrides/sweet-alert";
|
||||
|
||||
|
|
13
app/assets/stylesheets/overrides/_modal.scss
Normal file
13
app/assets/stylesheets/overrides/_modal.scss
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue