File tree Expand file tree Collapse file tree 6 files changed +14
-8
lines changed
Expand file tree Collapse file tree 6 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1717 *
1818 */
1919
20+ @use " ../01-abstract/theme-json" as * ;
21+
2022@mixin align ($direction : left ) {
2123 float : $direction ;
2224
2325 @if ($direction == left ) {
24- margin-inline-end : var ( --wp--preset-- spacing--sm ) ;
26+ margin-inline-end : $settings- spacing-sm ;
2527 } @else {
26- margin-inline-start : var ( --wp--preset-- spacing--sm ) ;
28+ margin-inline-start : $settings- spacing-sm ;
2729 }
2830}
Original file line number Diff line number Diff line change 22 * Searchform
33 */
44
5+ @use " ../01-abstract/theme-json" as * ;
6+
57.searchform {
68 position : relative ;
79
810 & __field [type = " search" ] {
9- padding-inline-end : var ( --wp--preset-- spacing--sm ) ;
11+ padding-inline-end : $settings- spacing-sm ;
1012 }
1113
1214 & __submit {
Original file line number Diff line number Diff line change 1+ @use " ../../01-abstract/theme-json" as * ;
12@use " ../../02-tools/m-breakpoint" as * ;
23
34.wp-block-columns {
45 justify-content : space-between ;
56
67 .wp-block-column {
78 & .has-background {
8- padding : var ( --wp--preset-- spacing--sm ) ;
9+ padding : $settings- spacing-sm ;
910 }
1011 }
1112
Original file line number Diff line number Diff line change 1+ @use " ../../01-abstract/theme-json" as * ;
12@use " ../../02-tools/m-breakpoint" as * ;
23@use " ../../02-tools/m-editor-only" as * ;
34
910 }
1011
1112 & .has-background {
12- padding : var ( --wp--preset-- spacing--sm ) ;
13+ padding : $settings- spacing-sm ;
1314 }
1415
1516 @include breakpoints (sm, max ) {
Original file line number Diff line number Diff line change 2020 top : var (--wp-admin-bar-height );
2121 z-index : 10 ;
2222 width : 100% ;
23- background : var ( --wp--preset-- color--cyan-bluish-gray ) ;
23+ background : $settings- color-grey-500 ;
2424 }
2525
2626 .container {
Original file line number Diff line number Diff line change 1010.hero {
1111 @include row-fullwidth ;
1212
13- padding : var ( --wp--preset-- spacing--sm ) 0 ;
14- margin-bottom : var ( --wp--preset-- spacing--sm ) ;
13+ padding : $settings- spacing-sm 0 ;
14+ margin-bottom : $settings- spacing-sm ;
1515
1616 .container {
1717 position : relative ;
You can’t perform that action at this time.
0 commit comments