27 lines
334 B
SCSS
27 lines
334 B
SCSS
.alternative-input {
|
|
display: none;
|
|
}
|
|
|
|
.chosen-container {
|
|
min-width: 250px !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.code-field {
|
|
font-family: monospace;
|
|
}
|
|
|
|
.filter-form {
|
|
.form-group:not(:last-child) {
|
|
margin-right: 1em;
|
|
}
|
|
|
|
input, select {
|
|
min-width: 200px !important;
|
|
}
|
|
}
|
|
|
|
.toggle-input {
|
|
font-size: 80%;
|
|
}
|