Retrospring/app/assets/stylesheets/overrides/_modal.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
186 B
SCSS
Raw Normal View History

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