CYS - Fix size of the "no logo" title to match the "logo" title size (#49231)
* Fix size of the no logo title to match the logo title size * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
416db85d01
commit
a93343dd90
|
@ -343,6 +343,7 @@ body.woocommerce-assembler {
|
||||||
padding-top: 32px;
|
padding-top: 32px;
|
||||||
border-top: 1px solid var(--gutenberg-gray-700, #dcdcde);
|
border-top: 1px solid var(--gutenberg-gray-700, #dcdcde);
|
||||||
color: var(--gutenberg-gray-900, #1e1e1e);
|
color: var(--gutenberg-gray-900, #1e1e1e);
|
||||||
|
font-size: 11px;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: update
|
||||||
|
|
||||||
|
CYS - Fix the font size of the "DON'T HAVE A LOGO YET?" title.
|
Loading…
Reference in New Issue