File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1010.modal-content {
1111 @extend %modal ;
1212 min-height : #{150 / $base-font-size } rem;
13- width : #{500 / $base-font-size } rem;
1413 padding : #{20 / $base-font-size } rem;
14+
15+ @media (min-width : 770px ) {
16+ width : #{500 / $base-font-size } rem;
17+
18+ }
19+
1520 .modal--reduced & {
1621 // min-height: #{150 / $base-font-size}rem;
1722 }
Original file line number Diff line number Diff line change 1010 flex-direction : column ;
1111 outline : none ;
1212 height : calc (80vh - #{65 / $base-font-size } rem );
13- max-height : #{460 / $base-font-size } rem;
1413 & .react-tabs {
1514 max-height : 100% ;
1615 display : flex ;
1918 & .react-tabs__tab-panel {
2019 overflow-y : auto ;
2120 }
21+
22+ @media (min-width : 770px ) {
23+ max-height : #{460 / $base-font-size } rem;
24+
25+ }
2226}
2327
2428.preference__minus-button ,
You can’t perform that action at this time.
0 commit comments