|
|
@@ -1,5 +1,22 @@
|
|
|
/* Styles spécifiques à l'application */
|
|
|
|
|
|
+@media screen and (max-width: 768px) {
|
|
|
+ .modal-card,
|
|
|
+ .modal-content {
|
|
|
+ width: 100% !important;
|
|
|
+ max-width: 100% !important;
|
|
|
+ margin: 0; /* supprime l'espace autour */
|
|
|
+ height: 100% !important;
|
|
|
+ max-height: 100% !important;
|
|
|
+ }
|
|
|
+ .modal-card-head {
|
|
|
+ border-radius: 0 !important;
|
|
|
+ }
|
|
|
+ .modal-close {
|
|
|
+ --bulma-delete-color: black !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.navbar-item svg {
|
|
|
color: rgb(46,48,146); /* couleur par défaut (mode clair) */
|
|
|
}
|