organizee-front/src/styles.scss
2022-02-18 16:34:29 +01:00

12 lines
No EOL
349 B
SCSS

@import "~bootstrap/scss/bootstrap.scss";
//Pour utiliser les icons ne fonctionne que si vous avez fait cette commande : npm i bootstrap-icons --save
@import "~bootstrap-icons/font/bootstrap-icons.scss";
// pour surpasser le CSS par defaut
.calendar_default_event_inner{
font-weight: bold;
}
.calendar_default_event{
border-radius: 10px;
}