forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
33 lines
662 B
CSS
33 lines
662 B
CSS
.form-element.chosen-container-single {
|
|
width: auto !important;
|
|
padding: 0;
|
|
}
|
|
|
|
.form-element.chosen-container-single .chosen-single {
|
|
min-width: 160px;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
line-height: 1.5rem;
|
|
padding: calc(var(--gin-spacing-s) - 1px) calc(var(--gin-spacing-m) - 1px);
|
|
}
|
|
|
|
.form-element.chosen-container-single .chosen-single b {
|
|
background: none !important;
|
|
}
|
|
|
|
.form-element.chosen-container-multi {
|
|
width: auto !important;
|
|
}
|
|
|
|
.form-element.chosen-container-multi .chosen-choices {
|
|
min-width: 160px;
|
|
border: 0 none;
|
|
background: none;
|
|
box-shadow: none;
|
|
}
|
|
|