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:
parent
8f54e8f334
commit
5354b23d08
1 changed files with 0 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue