mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Merge branch 'developer' of https://bitbucket.org/equilibriumito/gabinete-digital into developer
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">
|
||||
|
||||
@@ -6,9 +6,10 @@
|
||||
}
|
||||
.content{
|
||||
padding: 30px 20px 0 20px !important;
|
||||
margin: 0 auto;
|
||||
/* margin: 0 auto; */
|
||||
float: left;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
}
|
||||
.header-content{
|
||||
margin: 0 !important;
|
||||
|
||||
Reference in New Issue
Block a user