Match text styles between simple toggle and expandable panel settings
This commit is contained in:
@ -157,7 +157,7 @@ input:checked + .wp-toggle-slider:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wp-setting-title {
|
.wp-setting-title {
|
||||||
font-size: 14px;
|
font-size: 16px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #1d2327;
|
color: #1d2327;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -165,10 +165,10 @@ input:checked + .wp-toggle-slider:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wp-setting-description {
|
.wp-setting-description {
|
||||||
margin: 4px 0 0;
|
margin: 8px 0 0;
|
||||||
color: #50575e;
|
color: #50575e;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
line-height: 1.5;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Expandable Panel Component */
|
/* Expandable Panel Component */
|
||||||
|
Reference in New Issue
Block a user