Skip to content

Commit ae3e9bf

Browse files
committed
add sytyles
1 parent f0980e2 commit ae3e9bf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,19 @@
4343
z-index: 1;
4444
padding: 5px;
4545
cursor: pointer;
46-
background-color: rgb(66 66 66 / 30%);
46+
background-color: rgba(30, 30, 30, 0.5);
4747
border: none;
4848
border-radius: 100%;
49-
transform: translateY(-50%) rotate(180deg);
5049
}
5150

5251
&__btn--prev {
5352
left: 10px;
53+
transform: translateY(-50%) rotate(180deg);
5454
}
5555

5656
&__btn--next {
5757
right: 10px;
58+
transform: translateY(-50%) rotate(0deg);
5859
}
5960

6061
&__img-like {

0 commit comments

Comments
 (0)