mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-09-11 19:30:44 +02:00
Update styles
This commit is contained in:
+12
-1
@@ -1,7 +1,18 @@
|
||||
.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: red !important;
|
||||
fill: lightblue;
|
||||
}
|
||||
|
||||
.current-room {
|
||||
fill: blue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user