Skip to content

Commit b0517d8

Browse files
committed
add styles
1 parent e4ca321 commit b0517d8

2 files changed

Lines changed: 16 additions & 14 deletions

File tree

projects/social_platform/src/app/office/members/filters/members-filters.component.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,17 @@
6969
gap: 10px;
7070
align-items: center;
7171
padding: 12px 20px;
72+
73+
// width: 168px;
74+
font-size: 12px;
7275
color: var(--black);
7376
background-color: var(--white);
7477
border: 1px solid var(--gray);
7578
border-radius: var(--rounded-lg);
76-
// width: 168px;
77-
font-size: 12px;
7879

7980
span {
8081
color: var(--dark-grey);
82+
8183
@include typography.body-16;
8284
}
8385
}

projects/social_platform/src/app/office/projects/edit/edit.component.scss

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@
3434
}
3535

3636
&__form {
37-
display: flex;
37+
display: flex;
38+
flex-direction: column;
39+
padding: 15px;
40+
color: var(--black);
41+
background-color: var(--white);
42+
border: 1px solid var(--grey-button);
43+
border-radius: var(--rounded-md);
44+
45+
@include responsive.apply-desktop {
3846
flex-direction: column;
39-
padding: 15px;
40-
color: var(--black);
41-
background-color: var(--white);
42-
border: 1px solid var(--grey-button);
43-
border-radius: var(--rounded-md);
44-
45-
@include responsive.apply-desktop {
46-
flex-direction: column;
47-
align-items: flex-start;
48-
padding: 24px;
49-
}
47+
align-items: flex-start;
48+
padding: 24px;
49+
}
5050
}
5151

5252
&__navigation {

0 commit comments

Comments
 (0)