File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ section#articles {
21
21
flex-wrap : wrap ;
22
22
justify-content : space-between ;
23
23
.blog-snippet-container {
24
+ box-shadow : 4px 4px 8px $darkerblue ;
24
25
25
26
& ::before {
26
27
content : ' ' ;
@@ -32,18 +33,19 @@ section#articles {
32
33
height : 10px ;
33
34
background : $light ;
34
35
border-radius : 10px ;
35
- transition : .5 s ;
36
- box-shadow : 0 0 10 px opacify ( $color : $light , $amount : 0.5 );
36
+ transition : .2 s ;
37
+
37
38
}
38
39
39
40
& :hover {
41
+ box-shadow : 4px 4px 8px $light ;
40
42
border-color : $light ;
43
+ transform : perspective (40px ) translateZ (0.5px );
41
44
& ::before {
42
45
bottom : 0 ;
43
46
height : 4% ;
44
47
width : 90% ;
45
48
border-radius : 30px ;
46
- box-shadow : 0 0 70px opacify ($color : $light , $amount : 0.7 );
47
49
}
48
50
}
49
51
position : relative ;
@@ -105,7 +107,7 @@ section#articles {
105
107
}
106
108
transition : 0.1s ;
107
109
z-index : 1 ;
108
- backdrop-filter : blur (15 px );
110
+ backdrop-filter : blur (25 px );
109
111
height : 100% ;
110
112
padding-bottom : 60px ;
111
113
}
You can’t perform that action at this time.
0 commit comments