web: fix styling for modals, ensure correct classes are used
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -58,14 +58,14 @@ export class ModalForm extends ModalButton { | ||||
|         return html`${this.loading | ||||
|                 ? html`<ak-loading-overlay ?topMost=${true}></ak-loading-overlay>` | ||||
|                 : html``} | ||||
|             <section class="pf-c-page__main-section pf-m-light"> | ||||
|             <section class="pf-c-modal-box__header pf-c-page__main-section"> | ||||
|                 <div class="pf-c-content"> | ||||
|                     <h1 class="pf-c-title pf-m-2xl"> | ||||
|                         <slot name="header"></slot> | ||||
|                     </h1> | ||||
|                 </div> | ||||
|             </section> | ||||
|             <section class="pf-c-page__main-section pf-m-light"> | ||||
|             <section class="pf-c-modal-box__body pf-c-page__main-section"> | ||||
|                 <slot name="form"></slot> | ||||
|             </section> | ||||
|             <footer class="pf-c-modal-box__footer"> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer