Skip to content

Commit f91d94e

Browse files
committed
add style for navigation in project edit & modal for submiting project to program
1 parent 4e40316 commit f91d94e

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

projects/social_platform/src/app/office/program/detail/main/main.component.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
}
8787

8888
.project {
89-
9089
&__list {
9190
display: flex;
9291
flex-direction: column;
@@ -106,8 +105,8 @@
106105
align-items: center;
107106
justify-content: space-between;
108107
width: 300px;
109-
margin-left: 40px;
110108
margin-bottom: 12px;
109+
margin-left: 40px;
111110

112111
&--info {
113112
display: flex;
@@ -388,9 +387,9 @@
388387
}
389388

390389
&__text {
391-
text-align: center;
392-
color: var(--dark-grey);
393390
width: 40%;
391+
color: var(--dark-grey);
392+
text-align: center;
394393
}
395394

396395
&__button {

projects/social_platform/src/app/office/projects/edit/shared/project-navigation/project-navigation.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
opacity: 0.1;
5656

5757
&--active {
58-
opacity: 1;
5958
color: var(--accent);
59+
opacity: 1;
6060
}
6161
}
6262

0 commit comments

Comments
 (0)