Skip to content

Commit 01dd322

Browse files
committed
add styles for program & profile news editing mode & menu of news actions
1 parent 7bdfb1e commit 01dd322

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

projects/social_platform/src/app/office/features/news-card/news-card.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
}
3939

4040
&__option {
41+
width: 120px;
4142
padding: 5px 20px;
4243
cursor: pointer;
43-
width: 120px;
4444
transition: background-color 0.2s;
4545

4646
&:hover {

projects/social_platform/src/app/office/program/detail/shared/news-card/news-card.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

3131
&__options {
3232
position: absolute;
33-
right: 0%;
3433
top: 120%;
34+
right: 0%;
3535
z-index: 2;
3636
padding: 20px 0;
3737
background-color: var(--white);

0 commit comments

Comments
 (0)