We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cef98 commit d4eb5e8Copy full SHA for d4eb5e8
assets/scss/components/_testimonial.scss
@@ -1,6 +1,5 @@
1
-/* General styles for the sticky note */
2
.sticky-note {
3
- max-width: 600px; // Adjust as needed
+ max-width: 600px;
4
margin: 0 auto;
5
height: 100%;
6
background-color: $white-offset;
@@ -28,7 +27,6 @@
28
27
color: $black;
29
}
30
31
-/* Header of the sticky note */
32
.sticky-header {
33
background-color: #f6b60b;
34
padding: 5px;
@@ -41,16 +39,8 @@
41
39
font-size: 16px;
42
40
43
44
-/* Content area of the sticky note */
45
.sticky-content {
46
flex-grow: 1;
47
padding: 10px;
48
overflow-y: auto;
49
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