Skip to content

Commit 4a42d43

Browse files
committed
add style fixes
1 parent 17d6c49 commit 4a42d43

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<span>{{ currentIndex + 1 }} / {{ images.length }}</span>
88
</div>
99
<button class="carousel__btn carousel__btn--prev" (click)="prev()">
10-
<i appIcon icon="arrowright" appSquare="20"></i>
10+
<i appIcon icon="arrowright" appSquare="20" style="transform: rotate(180deg)"></i>
1111
</button>
1212

1313
<button class="carousel__btn carousel__btn--next" (click)="next()">

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
@@ -26,7 +26,7 @@
2626
right: 10px;
2727
z-index: 10;
2828
padding: 2px 20px;
29-
color: rgba($color: #fff, $alpha: 50%);
29+
color: var(--dark-grey);
3030
background-color: rgb(66 66 66 / 30%);
3131
border-radius: 15px;
3232

@@ -45,6 +45,7 @@
4545
cursor: pointer;
4646
border: none;
4747
border-radius: 100%;
48+
background-color: rgb(66 66 66 / 30%);
4849
transform: translateY(-50%);
4950
}
5051

@@ -75,4 +76,4 @@
7576
transform: translate(-50%, -50%) scale(1);
7677
}
7778
}
78-
}
79+
}

0 commit comments

Comments
 (0)