mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-03-18 00:21:03 +01:00
Add hover effect on rooms
This commit is contained in:
parent
d70402ec56
commit
9b06a9d1ce
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?xml-stylesheet type="text/css" href="../resources/svg.css" ?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
|
||||
|
Before Width: | Height: | Size: 310 KiB After Width: | Height: | Size: 310 KiB |
7
resources/svg.css
Normal file
7
resources/svg.css
Normal file
@ -0,0 +1,7 @@
|
||||
.svg-salle {
|
||||
transition: fill .3s;
|
||||
}
|
||||
|
||||
.svg-salle:hover {
|
||||
fill: red !important;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user