update css

This commit is contained in:
Simon Vieille 2021-06-03 21:20:45 +02:00
parent d0695d3a6c
commit 4b86095a8f
1 changed files with 15 additions and 0 deletions

View File

@ -486,6 +486,21 @@ fieldset.form-group {
}
}
th.crud-batch-column {
width: 20px !important;
max-width: 20px;
}
form {
.loader {
display: none;
}
&.is-loading .loader {
display: inline-block;
}
}
.modal-dialog-large {
max-width: 80%;
}