From 194ead8894b77638de5db7626b7c35cd754c11c7 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 6 Apr 2021 13:55:15 +0200 Subject: bios --- frontend/site/projects/museum/views/nav.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'frontend/site/projects/museum/views/nav.css') diff --git a/frontend/site/projects/museum/views/nav.css b/frontend/site/projects/museum/views/nav.css index c9bd36e..cb21046 100644 --- a/frontend/site/projects/museum/views/nav.css +++ b/frontend/site/projects/museum/views/nav.css @@ -21,7 +21,7 @@ width: 100%; height: 5rem; /*color: black;*/ - color: white; + color: rgba(255, 121, 13, 1.0); } .footer-gradient { position: absolute; @@ -48,7 +48,7 @@ .nav-arrow path { fill: transparent; - stroke: white; + stroke: rgba(255, 121, 13, 1.0); stroke-width: 2px; } .nav-arrow.arrow-left { @@ -64,7 +64,7 @@ width: 100%; white-space: nowrap; text-align: center; - padding-bottom: 0.5rem; + padding-bottom: 0.75rem; transition: transform 0.15s; transform: translateY(3rem); } @@ -86,10 +86,18 @@ user-select: none; } +.footer.with-artist.instant .footer-gradient, +.footer.with-artist.instant .nav-arrow, +.footer.with-artist.instant .artist-desc { + transition: transform 0s; +} +.footer.with-artist.visible .nav-arrow, +.footer.with-artist.visible .artist-desc, .footer.with-artist:hover .nav-arrow, .footer.with-artist:hover .artist-desc { transform: translateY(0); } +.footer.with-artist.visible .footer-gradient, .footer.with-artist:hover .footer-gradient { transform: translateY(0); } -- cgit v1.2.3-70-g09d2