Increases size of checkboxes on mobile devices.
This commit is contained in:
parent
9390c0616c
commit
e0fa53903a
|
@ -197,6 +197,15 @@
|
|||
font-weight: normal;
|
||||
font-size: 1em !important;
|
||||
margin-right: 2px;
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
font-size: 1.125em !important;
|
||||
|
||||
.control-label {
|
||||
padding-top: 0.55em;
|
||||
padding-bottom: 0.55em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.datepicker {
|
||||
|
|
|
@ -901,6 +901,13 @@
|
|||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.control-label {
|
||||
padding-top: 0.45em;
|
||||
padding-bottom: 0.45em;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--tainacan-gray1);
|
||||
}
|
||||
|
@ -1223,6 +1230,7 @@
|
|||
}
|
||||
|
||||
.tainacan-modal-checkbox-search-results-body,
|
||||
.tainacan-checkbox-list-container,
|
||||
.tainacan-finder-columns-container {
|
||||
font-size: 1.125em;
|
||||
}
|
||||
|
|
|
@ -856,6 +856,13 @@
|
|||
overflow: visible;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.control-label {
|
||||
padding-top: 0.55em;
|
||||
padding-bottom: 0.55em;
|
||||
}
|
||||
}
|
||||
|
||||
&.is-disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.5;
|
||||
|
|
Loading…
Reference in New Issue