Fix hound issues [SCI-7904]

This commit is contained in:
sboursen-scinote 2023-02-09 16:17:20 +01:00
parent 1397b2b2e6
commit e8cae5cc86

View file

@ -121,15 +121,15 @@
.modal-content {
.modal-header {
border-bottom-color: transparent;
position: relative;
padding: 16px;
border-bottom-color: transparent;
&::after {
position: absolute;
border-bottom: 1px solid $color-concrete;
bottom: 0;
left: 16px;
border-bottom: 1px solid $color-concrete;
position: absolute;
width: calc(100% - 2*16px);
}
@ -149,15 +149,15 @@
}
.modal-footer {
position: relative;
padding: 16px;
border-top-color: transparent;
padding: 16px;
position: relative;
&::after {
border-top: 1px solid $color-concrete;
left: 16px;
position: absolute;
top: 0;
left: 16px;
border-top: 1px solid $color-concrete;
width: calc(100% - 2*16px);
}
}