summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/nav.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/projects/museum/views/nav.css')
-rw-r--r--frontend/site/projects/museum/views/nav.css14
1 files changed, 11 insertions, 3 deletions
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);
}