update
This commit is contained in:
parent
f026f0adea
commit
de4ef67c37
3
TODO.md
3
TODO.md
|
@ -1,6 +1,4 @@
|
|||
## Galleries
|
||||
* need a h1 somewhere - maybe above featured images side bit
|
||||
- also maybe so images scroll over the top of it
|
||||
* Use query strings to specify index of selected gallery - can update on navigating galleries
|
||||
|
||||
## Menu
|
||||
|
@ -11,6 +9,7 @@
|
|||
|
||||
## General
|
||||
* loading transitions
|
||||
- also transitioning elements in when page loads (especially gallery thumbs in gallery)
|
||||
* nav buttons
|
||||
* social nav items -> put in store or whatever
|
||||
* facebook/twitter social card thingies
|
||||
|
|
|
@ -206,7 +206,7 @@ $transition-timing: .5s;
|
|||
position: relative;
|
||||
flex: 0 0 $site-menu__header-height;
|
||||
|
||||
color: $color__primary-900;
|
||||
color: $color__neutral-900;
|
||||
background-color: $color-bg;
|
||||
background: linear-gradient(
|
||||
to right,
|
||||
|
@ -282,7 +282,7 @@ $transition-timing: .5s;
|
|||
@include font-title();
|
||||
text-transform: lowercase;
|
||||
cursor: pointer;
|
||||
color: $color__primary-800;
|
||||
color: $color__neutral-800;
|
||||
|
||||
transition: opacity 0 $transition-timing;
|
||||
opacity: 0;
|
||||
|
@ -343,7 +343,7 @@ $transition-timing: .5s;
|
|||
|
||||
&.nuxt-link-exact-active {
|
||||
pointer-events: none;
|
||||
color: $color__primary-900;
|
||||
color: $color__neutral-900;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue