Skip to content

Commit 71d8e28

Browse files
committed
fix styles of edit project team section, chat in project & input error
1 parent c0efdad commit 71d8e28

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

projects/social_platform/src/app/office/features/chat-window/chat-window.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
flex-grow: 1;
1515
max-width: 100%;
1616
overflow-y: auto;
17-
border-top-right-radius: var(--rounded-xl);
18-
border-top-left-radius: var(--rounded-xl);
1917
border-top: 0.5px solid var(--medium-grey-for-outline);
20-
border-left: 0.5px solid var(--medium-grey-for-outline);
2118
border-right: 0.5px solid var(--medium-grey-for-outline);
19+
border-left: 0.5px solid var(--medium-grey-for-outline);
20+
border-top-left-radius: var(--rounded-xl);
21+
border-top-right-radius: var(--rounded-xl);
2222
}
2323

2424
&__message {

projects/social_platform/src/app/office/projects/detail/team/team.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.project{
1+
.project {
22
&__team {
33
margin-top: 30px;
44
}

projects/social_platform/src/app/office/shared/skills-group/skills-group.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
flex-direction: column;
5454
gap: 14px;
5555

56-
&--open {
56+
&--open {
5757
width: 40%;
58-
}
58+
}
5959

6060
&__option {
6161
display: flex;
@@ -105,8 +105,8 @@
105105
}
106106

107107
i {
108-
transform: rotate(0deg) !important;
109108
color: var(--white);
109+
transform: rotate(0deg) !important;
110110
}
111111
}
112112
}

projects/social_platform/src/app/ui/components/input/input.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
display: flex;
113113
align-items: center;
114114
justify-content: center;
115-
transform: translateY(-50%);
116115
color: var(--red) !important;
116+
transform: translateY(-50%);
117117
}
118118

119119
&__right-icon {

0 commit comments

Comments
 (0)