blurred social nav background icons
This commit is contained in:
parent
e540c19918
commit
b8f1d81d9c
1
TODO.md
1
TODO.md
|
@ -11,6 +11,7 @@
|
||||||
## Maybes
|
## Maybes
|
||||||
* gallery page - featured images in same style as on services page with the
|
* gallery page - featured images in same style as on services page with the
|
||||||
diagonal divide
|
diagonal divide
|
||||||
|
* image-viewer (and maybe others) - internet explorer compatible blurs.
|
||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
* refreshing page on gallery and then quickly usingh history buttons breaks it
|
* refreshing page on gallery and then quickly usingh history buttons breaks it
|
||||||
|
|
|
@ -552,6 +552,7 @@ $transition-timing: .5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-background {
|
.social-background {
|
||||||
|
filter: blur(3px);
|
||||||
transition: opacity .5s;
|
transition: opacity .5s;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
@ -578,6 +579,7 @@ $transition-timing: .5s;
|
||||||
@media (min-width: $bp__layout) {
|
@media (min-width: $bp__layout) {
|
||||||
.menu-content .social-nav__icon i::before {
|
.menu-content .social-nav__icon i::before {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
filter: blur(20xp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue