Created
September 25, 2019 05:00
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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
Thank you, you saved me