Skip to content

Commit 91b6be1

Browse files
committed
add styles for user achievement modal, file-item
1 parent 06197b1 commit 91b6be1

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

projects/social_platform/src/app/office/feed/shared/new-project/new-project.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
&__avatar {
1111
display: flex;
1212
align-items: center;
13-
text-align: center;
1413
justify-content: center;
14+
text-align: center;
1515
}
1616

1717
&__project {

projects/social_platform/src/app/office/projects/detail/shared/project-direction-card/project-direction-card.component.scss

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
color: var(--black);
6868
}
6969

70-
&__skill, &__achievements {
70+
&__skill,
71+
&__achievements {
7172
display: flex;
7273
flex-direction: column;
7374
gap: 8px;
@@ -82,18 +83,19 @@
8283
display: flex;
8384
align-items: center;
8485
justify-content: space-between;
85-
padding: 10px;
8686
width: 100%;
87+
padding: 10px;
88+
cursor: pointer;
8789
background-color: var(--white);
8890
border: 0.5px solid var(--medium-grey-for-outline);
8991
border-radius: var(--rounded-lg);
90-
cursor: pointer;
9192

9293
p {
9394
color: var(--black);
9495
}
9596

96-
i, svg {
97+
i,
98+
svg {
9799
color: var(--grey-for-text);
98100
transform: rotate(90deg);
99101
}
@@ -107,10 +109,10 @@
107109

108110
&--year {
109111
display: flex;
110-
align-items: center;
111112
gap: 10px;
112-
cursor: pointer;
113+
align-items: center;
113114
color: var(--grey-for-text);
115+
cursor: pointer;
114116

115117
i {
116118
transform: rotate(-90deg);
@@ -130,8 +132,8 @@
130132
flex-direction: column;
131133
gap: 2px;
132134
padding: 12px;
133-
border-radius: var(--rounded-lg);
134135
border: 0.5px solid var(--medium-grey-for-outline);
136+
border-radius: var(--rounded-lg);
135137
}
136138
}
137139
}

projects/social_platform/src/app/ui/components/file-item/file-item.component.scss

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

33
.file {
44
display: flex;
5-
align-items: center;
65
gap: 10px;
6+
align-items: center;
77

88
&__name {
99
overflow: hidden;

0 commit comments

Comments
 (0)