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 3737
3838 & --program {
3939 display : flex ;
40- align-items : center ;
4140 gap : 5px ;
41+ align-items : center ;
4242 justify-content : center ;
4343
4444 & -icon {
45- width : 16px ;
46- height : 12px ;
47- margin-top : 6px ;
4845 display : flex ;
4946 align-items : center ;
5047 justify-content : center ;
51- border-radius : var (--rounded-lg );
48+ width : 16px ;
49+ height : 12px ;
50+ margin-top : 6px ;
5251 border : 0.5px solid var (--medium-grey-for-outline );
52+ border-radius : var (--rounded-lg );
5353
5454 i {
5555 color : var (--accent );
5959
6060 & --project-partner {
6161 position : absolute ;
62- left : 30% ;
6362 top : 67% ;
63+ left : 30% ;
6464 padding : 3px 5px ;
6565 border : 0.5px solid var (--medium-grey-for-outline );
6666 border-radius : var (--rounded-lg );
9393 }
9494
9595 & __content {
96+ position : relative ;
9697 display : flex ;
9798 flex : 1 ;
9899 flex-direction : column ;
101102 padding-top : 40px ;
102103 overflow : hidden ;
103104 text-align : center ;
104- position : relative ;
105105
106106 & --empty {
107107 padding-top : 60px ;
Original file line number Diff line number Diff line change 105105 grid-column : 1 / 2 ;
106106 gap : 20px ;
107107 order : 3 ;
108- margin-top : auto ;
109108 width : 60% ;
109+ margin-top : auto ;
110110
111111 @include responsive .apply-desktop {
112112 flex-direction : row ;
Original file line number Diff line number Diff line change 6363
6464 & __buttons {
6565 position : sticky ;
66+ right : 100% ;
67+ bottom : 3% ;
6668 display : flex ;
6769 flex-direction : column ;
6870 gap : 10px ;
69- bottom : 3% ;
70- right : 100% ;
7171 width : 100% ;
7272 margin-left : 280% ;
7373 }
@@ -193,11 +193,10 @@ i {
193193 }
194194}
195195
196-
197196.error {
198197 color : var (--red ) !important ;
199198
200199 i {
201- color : var (--red ) !important ;
200+ color : var (--red ) !important ;
202201 }
203202}
You can’t perform that action at this time.
0 commit comments