diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-09-13 16:59:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-09-13 16:59:58 +0200 |
| commit | fe00e65fbc37d2ad18b341645dd1b56c51b90c49 (patch) | |
| tree | c48329dabbec6380f8549699f9aa39338a368f33 /frontend/site/projects/museum/views/petros.nav.css | |
| parent | 52a3aff2fe7a408aa688392f3159545346979c38 (diff) | |
convert petros icons to SVG
Diffstat (limited to 'frontend/site/projects/museum/views/petros.nav.css')
| -rw-r--r-- | frontend/site/projects/museum/views/petros.nav.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/views/petros.nav.css b/frontend/site/projects/museum/views/petros.nav.css index cb9b523..a23c657 100644 --- a/frontend/site/projects/museum/views/petros.nav.css +++ b/frontend/site/projects/museum/views/petros.nav.css @@ -28,6 +28,24 @@ pointer-events: none; } +.petros-text svg { + pointer-events: none; + width: 100px; + height: 101px; +} +.petros-text svg path { + fill: none; + stroke: #ff780c; + stroke-width: 0.0762; + stroke-linecap: butt; + stroke-linejoin: miter; + stroke-miterlimit: 2.61313; + stroke-opacity: 1; +} +.petros-text.white svg path { + stroke: #fff; +} + .petros-left.visible.noclick { pointer-events: none !important; } |
