File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed
src/Templates/TodoTemplate/Bit.TodoTemplate/src/Client/Shared Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 1313 box-sizing : border-box ;
1414
1515 @include lg {
16- padding : rem (48px ) rem (16px );
16+ padding : rem (48px ) rem (16px ) rem ( 48 px ) rem ( 48 px ) ;
1717 }
1818
1919 @include md {
156156.sort-drp-container {
157157 @media all and (max-width : #{em (550px )} ) {
158158 position : absolute ;
159+ right : rem (14px );
159160 top : rem (18px );
160- right : rem (5px );
161161 }
162162
163163 @media all and (max-width : #{em (390px )} ) {
Original file line number Diff line number Diff line change 1313 width : rem (240px );
1414 height : calc (100vh - #{rem (48px )} );
1515 background-color : $Gray3 ;
16-
17- @include lg {
18- width : rem (206px );
19- }
2016}
2117
2218.main-container--closed {
3632 padding : rem (24px ) 0 rem (12px );
3733 margin-bottom : rem (20px );
3834 border-bottom : rem (1px ) solid $Gray4 ;
39-
40- @include lg {
41- padding : rem (24px ) 0 rem (8px );
42- }
43-
44- @include lt-lg {
45- padding : rem (24px ) 0 rem (16px );
46- margin-bottom : rem (24px );
47- }
4835}
4936
5037.user-img-container {
You can’t perform that action at this time.
0 commit comments