* 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:
Fernando 2020-09-29 12:04:30 -03:00 committed by GitHub
parent 6e8b4bad5f
commit 63f2b9de8b
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}