Remove legacy forward modal header CSS

This removes old css that is now handled in `Modal.scss`.
This legacy CSS code would force the modal title to be centered
(something that isn't the case nowadays)
and override the new `Modal.scss` CSS which messed up the X button.
This commit is contained in:
hackerbirds 2023-12-12 19:48:58 +01:00 committed by Jamie Kyle
parent 8f54e8f334
commit 5354b23d08

View file

@ -23,22 +23,6 @@
}
}
&__header {
align-items: center;
display: flex;
justify-content: center;
position: relative;
@include font-body-1-bold;
&--edit {
border-bottom: 1px solid $color-gray-15;
@include dark-theme() {
border-color: $color-gray-60;
}
}
}
&__list-wrapper {
flex-grow: 1;
overflow: hidden;