Skip to content

Commit 1a7bad2

Browse files
committed
add styles
1 parent 833f849 commit 1a7bad2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

projects/social_platform/src/app/office/shared/carousel/carousel.component.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
right: 10px;
2727
z-index: 10;
2828
padding: 2px 20px;
29-
background-color: rgb(66 66 66 / 30%);
29+
background-color: #81818180;
3030
border-radius: 15px;
3131

3232
span {
33-
color: var(--white);
34-
opacity: 0.6;
33+
color: var(--black);
34+
opacity: 0.7;
3535

3636
@include typography.body-12;
3737
}
@@ -77,4 +77,4 @@
7777
transform: translate(-50%, -50%) scale(1);
7878
}
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)