Update style of Block product editor TourKit (#38640)
* Increment style of first step of block editor tour * Changelog
This commit is contained in:
parent
ef6fe8567d
commit
bc3edb0ae1
|
@ -139,6 +139,7 @@ const BlockEditorTour = ( { shouldTourBeShown, dismissModal }: Props ) => {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
classNames: 'woocommerce-block-editor-tourkit',
|
||||||
},
|
},
|
||||||
} }
|
} }
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
$background-height: 220px;
|
$background-height: 220px;
|
||||||
$yellow: #f5e6ab;
|
$yellow: #f5e6ab;
|
||||||
|
$light-purple: #f2edff;
|
||||||
|
|
||||||
.woocommerce-block-editor-guide {
|
.woocommerce-block-editor-guide {
|
||||||
&__background1 {
|
&__background1 {
|
||||||
height: $background-height;
|
height: $background-height;
|
||||||
background-color: #f2edff;
|
background-color: $light-purple;
|
||||||
}
|
}
|
||||||
&__background2 {
|
&__background2 {
|
||||||
height: $background-height;
|
height: $background-height;
|
||||||
|
@ -56,3 +57,12 @@ $yellow: #f5e6ab;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.woocommerce-block-editor-tourkit {
|
||||||
|
.components-card__header {
|
||||||
|
align-items: flex-start;
|
||||||
|
height: 200px;
|
||||||
|
background-color: $light-purple;
|
||||||
|
margin-bottom: $gap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: tweak
|
||||||
|
Comment: Update styles of block editor tour
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue