Revert "Change the style of the header and footer borders [SCI-7904]"

This reverts commit 1397b2b2e6.

revert styles
This commit is contained in:
sboursen-scinote 2023-02-28 12:39:59 +01:00
parent 294152d90c
commit 427690b236

View file

@ -121,17 +121,7 @@
.modal-content {
.modal-header {
position: relative;
padding: 16px;
border-bottom-color: transparent;
&::after {
position: absolute;
bottom: 0;
left: 16px;
border-bottom: 1px solid $color-concrete;
width: calc(100% - 2*16px);
}
padding: 10px 15px;
.modal-title {
line-height: 25px;
@ -147,20 +137,6 @@
}
}
}
.modal-footer {
position: relative;
padding: 16px;
border-top-color: transparent;
&::after {
position: absolute;
top: 0;
left: 16px;
border-top: 1px solid $color-concrete;
width: calc(100% - 2*16px);
}
}
}