Skip to content

Instantly share code, notes, and snippets.

@grantpullen
Created September 25, 2019 05:00
Show Gist options
  • Save grantpullen/e61f9351b65b9620247a84eacde9c30e to your computer and use it in GitHub Desktop.
Save grantpullen/e61f9351b65b9620247a84eacde9c30e to your computer and use it in GitHub Desktop.
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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment