mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-03-18 03:01:04 +01:00
Change colors
This commit is contained in:
parent
28a54fe10a
commit
757e830af9
@ -1,7 +1,7 @@
|
|||||||
.svg-salle {
|
.svg-salle {
|
||||||
transition: fill .3s;
|
transition: fill .3s;
|
||||||
|
|
||||||
fill: grey;
|
fill: #bbb;
|
||||||
stroke: none;
|
stroke: none;
|
||||||
stroke-width: 1px;
|
stroke-width: 1px;
|
||||||
stroke-linecap: butt;
|
stroke-linecap: butt;
|
||||||
@ -10,9 +10,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.svg-salle:hover {
|
.svg-salle:hover {
|
||||||
fill: lightblue;
|
fill: #fe5400aa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.current-room {
|
.current-room {
|
||||||
fill: rgb(100, 150, 250);
|
fill: #fe5400;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user