File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
assets-src/styles/sass/60-advanced-components
public/dist/assets/styles Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 15
15
line-height : calc (27 / 18 );
16
16
justify-content : space-between ;
17
17
margin-top : 0 ;
18
- padding : 0 ;
18
+ padding : rem ( 3 ) ;
19
19
width : 100% ;
20
20
21
21
> span {
36
36
content : " " ;
37
37
inline-size : rem (14 );
38
38
margin-block-start : rem (4 );
39
+ margin-inline-end : rem (2 );
39
40
transform : rotate (45deg );
40
41
}
41
42
Original file line number Diff line number Diff line change 684
684
line-height : 1.5 ;
685
685
justify-content : space-between;
686
686
margin-top : 0 ;
687
- padding : 0 ;
687
+ padding : 0.1875 rem ;
688
688
width : 100% ;
689
689
}
690
690
.js .component--collapsibles [data-heading = collapsibles ] button > span {
703
703
content : "" ;
704
704
inline-size : 0.875rem ;
705
705
margin-block-start : 0.25rem ;
706
+ margin-inline-end : 0.125rem ;
706
707
transform : rotate (45deg );
707
708
}
708
709
.js .component--collapsibles [data-heading = collapsibles ] button : hover {
You can’t perform that action at this time.
0 commit comments