Files
codeocean/app/assets/stylesheets/forms.css.scss
2024-04-26 13:31:49 +02:00

34 lines
436 B
SCSS

.alternative-input {
display: none;
}
.chosen-container {
min-width: 250px !important;
width: 100% !important;
}
.chosen-inline {
.chosen-container {
min-width: unset !important;
width: unset !important;
}
}
.code-field {
font-family: monospace;
}
.filter-form {
.row:not(:last-child) {
margin-bottom: 1em;
}
input, select {
min-width: 200px !important;
}
}
.toggle-input {
font-size: 80%;
}