mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-03-18 01:51:04 +01:00
Update styles
This commit is contained in:
parent
d8282d99e2
commit
f6a8176e1c
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user