Revert "Fix hound issues [SCI-7904]"

This reverts commit e8cae5cc86.

Revert styles
This commit is contained in:
sboursen-scinote 2023-02-28 12:39:42 +01:00
parent e8cae5cc86
commit 294152d90c

View file

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