Skip to content

Commit d4eb5e8

Browse files
committed
remove hover effect
1 parent 83cef98 commit d4eb5e8

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

assets/scss/components/_testimonial.scss

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
/* General styles for the sticky note */
21
.sticky-note {
3-
max-width: 600px; // Adjust as needed
2+
max-width: 600px;
43
margin: 0 auto;
54
height: 100%;
65
background-color: $white-offset;
@@ -28,7 +27,6 @@
2827
color: $black;
2928
}
3029

31-
/* Header of the sticky note */
3230
.sticky-header {
3331
background-color: #f6b60b;
3432
padding: 5px;
@@ -41,16 +39,8 @@
4139
font-size: 16px;
4240
}
4341

44-
/* Content area of the sticky note */
4542
.sticky-content {
4643
flex-grow: 1;
4744
padding: 10px;
4845
overflow-y: auto;
4946
}
50-
51-
/* Optional hover effect */
52-
.sticky-note:hover {
53-
box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.4);
54-
transform: scale(1.05);
55-
transition: all 0.5s ease;
56-
}

0 commit comments

Comments
 (0)