7 lines
95 B
SCSS
Raw Normal View History

.modal-header {
background: $Color-Body-Light;
}
.modal-content {
background: $Color-Body;
}