diff --git a/src/styles.scss b/src/styles.scss index 6effa48..d9d51fc 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1,3 +1,12 @@ @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; +} \ No newline at end of file