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