Files
codeocean/app/assets/stylesheets/forms.css.scss
Sebastian Serth c6882f9b96 Update Chosen
2018-02-18 23:53:04 +01:00

26 lines
304 B
SCSS

.alternative-input {
display: none;
}
.chosen-container {
width: 250px !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%;
}