mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Changes on Home view
This commit is contained in:
@@ -22,6 +22,11 @@
|
||||
/* .item{
|
||||
background: red !important;
|
||||
} */
|
||||
.input-wrapper{
|
||||
border-left: red !important;
|
||||
/* background: red; */
|
||||
margin-left: 1px solid red;
|
||||
}
|
||||
}
|
||||
|
||||
.with-event {
|
||||
|
||||
@@ -56,7 +56,7 @@ export class AgendaPage implements OnInit {
|
||||
|
||||
this.router.events.forEach((event) => {
|
||||
if(event instanceof NavigationEnd && event.url == this.router.url) {
|
||||
this.loading();
|
||||
/* this.loading(); */
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user