File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
.cookie-notice__buttons {
15
15
display : flex ;
16
+ flex-wrap : wrap ;
17
+ gap : $spacing--xs ;
18
+ margin-top : $spacing--base ;
19
+
20
+ @media (max-width : 768px ) {
21
+ flex-direction : column-reverse ;
22
+ }
16
23
}
17
24
18
25
.cookie-notice__button {
26
33
@extend .cookie-notice__button ;
27
34
background : $blue--500 ;
28
35
color : $gray--000 ;
29
- margin : 0 0 $spacing--base $spacing--base ;
30
36
}
31
37
& -decline {
32
38
@extend .cookie-notice__button ;
33
39
background : $gray--300 ;
34
40
color : $navy--700 ;
35
- margin : 0 0 $spacing--base $spacing--base ;
36
41
}
37
42
& -cookie-policy {
38
43
@extend .cookie-notice__button ;
39
44
background : $gray--300 ;
40
45
color : $navy--700 ;
41
- margin : 0 auto $spacing--base 0 ;
46
+ flex : 1 ;
47
+
48
+ @media (max-width : 768px ) {
49
+ flex : none ;
50
+ }
42
51
}
43
52
}
44
53
Original file line number Diff line number Diff line change 6
6
display : flex ;
7
7
justify-content : center ;
8
8
align-items : center ;
9
+ overflow-y : auto ;
9
10
}
10
11
11
12
.access-settings {
12
13
display : flex ;
13
14
flex-direction : column ;
14
15
gap : $spacing--xl ;
16
+ overflow-y : auto ;
15
17
16
18
width : 37% ;
17
19
45
47
}
46
48
47
49
@media screen and (max-width : $breakpoint--smartphone ) {
48
- .access-settings {
49
- width : 75% ;
50
+ .access-settings__wrapper {
51
+ padding : $spacing--xs ;
52
+ }
50
53
54
+ .access-settings {
55
+ height : 90% ;
56
+ width : 85% ;
51
57
gap : $spacing--md ;
52
58
53
59
padding : $spacing--xl $spacing--base $spacing--base $spacing--base ;
You can’t perform that action at this time.
0 commit comments