rollback modal changes

This commit is contained in:
Simon Vieille 2023-10-25 19:36:10 +02:00
parent 1463f43298
commit 8713b401f9
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 0 additions and 10 deletions

View file

@ -5,7 +5,6 @@
* add global batch actions
* add constraint `Length` in forms
* add sass classes to mange with of elements
* add background in the modal header
### Changed
* refactor services using constructor property promotions
* remove twig in the mail notifier service

View file

@ -661,15 +661,6 @@ form {
.modal {
z-index: 3000;
&-header {
background: map-get($theme-colors, 'dark-blue');
color: lighten(map-get($theme-colors, 'dark-blue'), 100%);
}
.close {
color: lighten(map-get($theme-colors, 'dark-blue'), 100%);
}
}
.modal-dialog-large {