mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
</ion-refresher>
|
||||
|
||||
<!-- Main container -->
|
||||
<div class="d-flex height-100 background-white overflow-hidden border-t-radius ">
|
||||
<div class="main-content d-flex height-100 background-white overflow-hidden border-t-radius ">
|
||||
<!-- Left -->
|
||||
<div class="d-flex flex-grow-1 flex-column aside max-width-md-40">
|
||||
<div class="aside-left app-default-padding d-flex flex-grow-1 flex-column aside max-width-md-35">
|
||||
<!-- Header -->
|
||||
<ion-toolbar >
|
||||
<div class="main-header pt-25">
|
||||
<div class="main-header">
|
||||
<div class="title-content">
|
||||
<div class="div-title">
|
||||
<ion-label class="title">Ações Presidenciais</ion-label>
|
||||
@@ -58,8 +58,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Right -->
|
||||
<div class="d-none d-md-flex flex-grow-1 flex-column max-width-60"
|
||||
style="border-left: 1px solid #d8d8d8;">
|
||||
<div class="content d-none d-md-flex flex-grow-1 flex-column max-width-65 max-width-md-60">
|
||||
|
||||
<div class="width-100 height-100 d-flex align-center justify-center"
|
||||
*ngIf="(
|
||||
@@ -67,7 +66,7 @@
|
||||
desktopComponent.showAddNewPublication == false &&
|
||||
desktopComponent.showPublicationDetail == false &&
|
||||
desktopComponent.showAddActions == false
|
||||
)"><div>Nenhuma ação presidencial selecionado</div></div>
|
||||
)"><div>Nenhuma ação presidencial selecionada</div></div>
|
||||
|
||||
<!-- View Publication -->
|
||||
<app-view-publications
|
||||
|
||||
Reference in New Issue
Block a user