Skip to content

Instantly share code, notes, and snippets.

@grantpullen
grantpullen / modal.scss
Created September 25, 2019 05:00
Style modal-content of NgbModal / @ng-bootstrap/ng-bootstrap modal (background, border etc)
/* not it using @nebular, this must reside outside of @include nb-install-component() {..} */
::ng-deep .modal-content {
/* change border */
border: none;
/* change background */
background-color: red !important;
}