File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 278278
279279@media (max-width : 576px ) {
280280 .calculator {
281- padding : 0 1 rem ;
281+ padding : 0 ;
282282
283283 .display {
284284 .display-value {
Original file line number Diff line number Diff line change 5959
6060 & .mobile-open {
6161 transform : translateX (0 );
62+ width : 80vw ;
63+ .sidebar-nav {
64+ justify-content : flex-start ;
65+ padding : 0 $spacing-md ;
66+ }
67+ .sidebar-btn {
68+ flex-direction : row ;
69+ padding : $spacing-lg ;
70+ gap : 0 ;
71+ span {
72+ display : inline-block !important ;
73+ position : static !important ;
74+ transform : none !important ;
75+ background : transparent !important ;
76+ color : inherit !important ;
77+ padding : 0 !important ;
78+ margin : 0 !important ;
79+ box-shadow : none !important ;
80+ opacity : 1 !important ;
81+ font-size : 0.875rem ;
82+ & ::before {
83+ display : none !important ;
84+ }
85+ }
86+ }
87+ .sidebar-toggle {
88+ display : none ;
89+ }
6290 }
6391 }
6492}
You can’t perform that action at this time.
0 commit comments