File tree Expand file tree Collapse file tree
projects/social_platform/src/app/office Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 {
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 {
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 {
You can’t perform that action at this time.
0 commit comments