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