Skip to content

Commit 7cd2830

Browse files
committed
style: 💄 test some new styles
1 parent 7771bf2 commit 7cd2830

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: ‎src/css/_blog.scss

+6-4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ section#articles {
2121
flex-wrap: wrap;
2222
justify-content: space-between;
2323
.blog-snippet-container {
24+
box-shadow: 4px 4px 8px $darkerblue;
2425

2526
&::before{
2627
content: '';
@@ -32,18 +33,19 @@ section#articles {
3233
height: 10px;
3334
background: $light;
3435
border-radius: 10px;
35-
transition: .5s;
36-
box-shadow: 0 0 10px opacify($color: $light, $amount: 0.5);
36+
transition: .2s;
37+
3738
}
3839

3940
&:hover {
41+
box-shadow: 4px 4px 8px $light;
4042
border-color: $light;
43+
transform: perspective(40px) translateZ(0.5px);
4144
&::before{
4245
bottom: 0;
4346
height: 4%;
4447
width: 90%;
4548
border-radius: 30px;
46-
box-shadow: 0 0 70px opacify($color: $light, $amount: 0.7);
4749
}
4850
}
4951
position: relative;
@@ -105,7 +107,7 @@ section#articles {
105107
}
106108
transition: 0.1s;
107109
z-index: 1;
108-
backdrop-filter: blur(15px);
110+
backdrop-filter: blur(25px);
109111
height: 100%;
110112
padding-bottom: 60px;
111113
}

0 commit comments

Comments
 (0)