7 lines
109 B
SCSS
Raw Permalink Normal View History

// Modal
.modal-header,
.modal-footer {
background-image: linear-gradient($pma-component-bg, $body-bg);
}