diff options
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; } |
