We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833f849 commit 1a7bad2Copy full SHA for 1a7bad2
1 file changed
projects/social_platform/src/app/office/shared/carousel/carousel.component.scss
@@ -26,12 +26,12 @@
26
right: 10px;
27
z-index: 10;
28
padding: 2px 20px;
29
- background-color: rgb(66 66 66 / 30%);
+ background-color: #81818180;
30
border-radius: 15px;
31
32
span {
33
- color: var(--white);
34
- opacity: 0.6;
+ color: var(--black);
+ opacity: 0.7;
35
36
@include typography.body-12;
37
}
@@ -77,4 +77,4 @@
77
transform: translate(-50%, -50%) scale(1);
78
79
80
-}
+}
0 commit comments