Update styles

This commit is contained in:
Adrien Vannson 2021-10-12 16:29:10 +02:00
parent d8282d99e2
commit f6a8176e1c

View File

@ -1,7 +1,18 @@
.svg-salle { .svg-salle {
transition: fill .3s; transition: fill .3s;
fill: grey;
stroke: none;
stroke-width: 1px;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-opacity: 1;
} }
.svg-salle:hover { .svg-salle:hover {
fill: red !important; fill: lightblue;
}
.current-room {
fill: blue;
} }