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