Enlarged store profiler text in two steps (https://github.com/woocommerce/woocommerce-admin/pull/5194)
* Fixed small text in OBW This commit makes some OBW texts larger * Fixed list items size This commit makes the list items in the 2nd step of the OBW larger Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
This commit is contained in:
parent
6e8b4bad5f
commit
63f2b9de8b
|
@ -292,7 +292,7 @@
|
|||
margin-bottom: 0;
|
||||
position: relative;
|
||||
padding: $gap-small $gap-large;
|
||||
min-height: 44px;
|
||||
min-height: 46px;
|
||||
border-bottom: 1px solid $gray-100;
|
||||
|
||||
.components-base-control {
|
||||
|
@ -304,6 +304,7 @@
|
|||
}
|
||||
|
||||
label.components-checkbox-control__label {
|
||||
font-size: $gap;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue