32 lines
659 B
SCSS
32 lines
659 B
SCSS
.form-element.chosen-container-single {
|
|
width: auto !important;
|
|
padding: 0;
|
|
|
|
.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);
|
|
|
|
b {
|
|
background: none !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.form-element.chosen-container-multi {
|
|
width: auto !important;
|
|
|
|
.chosen-choices {
|
|
min-width: 160px;
|
|
border: 0 none;
|
|
background: none;
|
|
box-shadow: none;
|
|
}
|
|
}
|