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 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 }
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments