summaryrefslogtreecommitdiffstats
path: root/assets/css/components/_project.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/components/_project.scss')
-rw-r--r--assets/css/components/_project.scss9
1 files changed, 2 insertions, 7 deletions
diff --git a/assets/css/components/_project.scss b/assets/css/components/_project.scss
index 580e70b..3df48d2 100644
--- a/assets/css/components/_project.scss
+++ b/assets/css/components/_project.scss
@@ -22,7 +22,8 @@
22 color: currentColor; 22 color: currentColor;
23 text-decoration: none; 23 text-decoration: none;
24 24
25 &:hover { 25 &:hover,
26 &:focus {
26 @include element('picture') { 27 @include element('picture') {
27 opacity: .75; 28 opacity: .75;
28 filter: blur(0); 29 filter: blur(0);
@@ -64,11 +65,5 @@
64 max-width: calc(100% - 2em); 65 max-width: calc(100% - 2em);
65 box-shadow: 0 .8em 2.5em rgba(#000, .25); 66 box-shadow: 0 .8em 2.5em rgba(#000, .25);
66 } 67 }
67
68 @include media('<=sm') {
69 @include element('picture') {
70 mask-image: iro-easing-gradient(linear, to top, rgba(#000, .75) 2em, ease, #000 17em);
71 }
72 }
73 } 68 }
74} 69}