mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Fix
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<ion-header class="ion-no-border d-md-none">
|
||||
<ion-header class="ion-no-border" [class.d-md-none]="isModal">
|
||||
<app-header></app-header>
|
||||
</ion-header>
|
||||
|
||||
<ion-content class="height-100">
|
||||
<div class="_main-content d-flex height-100 ma-0 px-20 pt-30 pb-20">
|
||||
<ion-content class="main-content-l height-100 white ">
|
||||
|
||||
<div class="main-content d-flex height-100" [className]="isModal ? '_main-content d-flex height-100 ma-0 px-20 pt-30 pb-20 background-white' : 'main-content d-flex height-100'">
|
||||
<div class="content d-flex flex-column width-100">
|
||||
<div class="main-header d-flex">
|
||||
<div class="title-content d-flex justify-between width-100">
|
||||
|
||||
Reference in New Issue
Block a user