File tree Expand file tree Collapse file tree 1 file changed +21
-22
lines changed Expand file tree Collapse file tree 1 file changed +21
-22
lines changed Original file line number Diff line number Diff line change 15
15
--rsbs-backdrop-bg : rgba (15 , 23 , 42 , 0.7 );
16
16
}
17
17
}
18
- @layer components {
19
- .is-window {
20
- --rsbs-max-w : 640px ;
21
- --rsbs-ml : auto;
22
- --rsbs-mr : auto;
23
- @screen sm {
24
- & [data-rsbs-overlay ] {
25
- --rsbs-overlay-rounded : 16px ;
26
- }
18
+
19
+ .is-window {
20
+ --rsbs-max-w : 640px ;
21
+ --rsbs-ml : auto;
22
+ --rsbs-mr : auto;
23
+ @screen sm {
24
+ & [data-rsbs-overlay ] {
25
+ --rsbs-overlay-rounded : 16px ;
27
26
}
28
27
}
29
- .is-iframe {
30
- --rsbs-ml : 0px ;
31
- --rsbs-mr : 0px ;
28
+ }
29
+ .is-iframe {
30
+ --rsbs-ml : 0px ;
31
+ --rsbs-mr : 0px ;
32
32
33
- /* the bottom sheet doesn't need display cutout paddings when in the iframe */
34
- & [data-rsbs-has-footer = 'false' ] [data-rsbs-scroll ] {
35
- padding-bottom : 0px !important ;
36
- }
37
- & [data-rsbs-footer ] {
38
- padding-bottom : 16px !important ;
39
- }
33
+ /* the bottom sheet doesn't need display cutout paddings when in the iframe */
34
+ & [data-rsbs-has-footer = 'false' ] [data-rsbs-scroll ] {
35
+ padding-bottom : 0px !important ;
40
36
}
41
- /* Used by things like the "Close example" links that are only needed when not in the iframe */
42
- .is-iframe .only-window {
43
- display : none;
37
+ & [data-rsbs-footer ] {
38
+ padding-bottom : 16px !important ;
44
39
}
45
40
}
41
+ /* Used by things like the "Close example" links that are only needed when not in the iframe */
42
+ .is-iframe .only-window {
43
+ display : none;
44
+ }
You can’t perform that action at this time.
0 commit comments