Skip to content

Commit c60b88e

Browse files
committed
change styles for office, sidebar & program details
1 parent 49b9efe commit c60b88e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
@use "styles/responsive";
44

55
.office {
6+
position: relative;
67
display: flex;
78
height: 100%;
89
background-color: var(--white);
9-
position: relative;
1010

1111
&__background-image {
1212
position: absolute;
13-
left: 0;
1413
top: 0;
14+
left: 0;
1515
}
1616

1717
&__wrapper {
@@ -26,22 +26,22 @@
2626
}
2727

2828
&__body {
29-
flex-grow: 1;
30-
overflow-y: auto;
3129
display: flex;
30+
flex-grow: 1;
3231
justify-content: center;
32+
overflow-y: auto;
3333
}
3434

3535
&__inner {
36+
display: flex;
3637
width: 100%;
3738
max-width: responsive.$container-md;
3839
height: 100%;
39-
display: flex;
4040

4141
&--wrapper {
4242
display: flex;
43-
width: 100%;
4443
gap: 20px;
44+
width: 100%;
4545
}
4646

4747
&--content {
@@ -83,16 +83,16 @@
8383
display: flex;
8484
flex-direction: column;
8585
align-items: center;
86-
text-align: center;
8786
padding: 20px;
87+
text-align: center;
8888

8989
&__title {
90-
margin: 15px 0 10px 0;
90+
margin: 15px 0 10px;
9191
}
9292

9393
&__text {
94-
margin-bottom: 20px;
9594
max-width: 300px;
95+
margin-bottom: 20px;
9696
}
9797

9898
&__button {

0 commit comments

Comments
 (0)