mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-03-18 02:31:03 +01:00
19 lines
250 B
CSS
19 lines
250 B
CSS
.svg-salle {
|
|
transition: fill .3s;
|
|
|
|
fill: grey;
|
|
stroke: none;
|
|
stroke-width: 1px;
|
|
stroke-linecap: butt;
|
|
stroke-linejoin: miter;
|
|
stroke-opacity: 1;
|
|
}
|
|
|
|
.svg-salle:hover {
|
|
fill: lightblue;
|
|
}
|
|
|
|
.current-room {
|
|
fill: rgb(100, 150, 250);
|
|
}
|