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 10
10
.modal-content {
11
11
@extend %modal ;
12
12
min-height : #{150 / $base-font-size } rem;
13
- width : #{500 / $base-font-size } rem;
14
13
padding : #{20 / $base-font-size } rem;
14
+
15
+ @media (min-width : 770px ) {
16
+ width : #{500 / $base-font-size } rem;
17
+
18
+ }
19
+
15
20
.modal--reduced & {
16
21
// min-height: #{150 / $base-font-size}rem;
17
22
}
Original file line number Diff line number Diff line change 10
10
flex-direction : column ;
11
11
outline : none ;
12
12
height : calc (80vh - #{65 / $base-font-size } rem );
13
- max-height : #{460 / $base-font-size } rem;
14
13
& .react-tabs {
15
14
max-height : 100% ;
16
15
display : flex ;
19
18
& .react-tabs__tab-panel {
20
19
overflow-y : auto ;
21
20
}
21
+
22
+ @media (min-width : 770px ) {
23
+ max-height : #{460 / $base-font-size } rem;
24
+
25
+ }
22
26
}
23
27
24
28
.preference__minus-button ,
You can’t perform that action at this time.
0 commit comments