Adjust padding on message
This commit is contained in:
parent
26a7d04c07
commit
4bca60c76e
File diff suppressed because one or more lines are too long
|
@ -1891,7 +1891,8 @@ p.demo_store {
|
||||||
.woocommerce-password-strength {
|
.woocommerce-password-strength {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
padding: 3px 0px 3px 0px;
|
padding: 3px .5em;
|
||||||
|
font-size: 1em;
|
||||||
|
|
||||||
&.strong {
|
&.strong {
|
||||||
background-color: #c1e1b9;
|
background-color: #c1e1b9;
|
||||||
|
|
Loading…
Reference in New Issue