/* You can add global styles to this file, and also import other style files */ /* Bootstrap and customizations */ @import '~bootstrap/scss/bootstrap.scss'; /* Add font awesome */ $fa-font-path: "~font-awesome/fonts"; @import '~font-awesome/scss/font-awesome'; /* Custom global rules */ .no-shadow { box-shadow: none !important; border-color: #CCC !important; }