pdnsmanager/frontend/src/styles.scss
2017-07-23 16:24:52 +02:00

15 lines
373 B
SCSS

/* 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;
}