Changes on Home view

This commit is contained in:
Tiago Kayaya
2020-09-01 11:06:23 +01:00
parent 91b50751b9
commit 0c65381ef7
13 changed files with 182 additions and 53 deletions
+5
View File
@@ -22,6 +22,11 @@
/* .item{
background: red !important;
} */
.input-wrapper{
border-left: red !important;
/* background: red; */
margin-left: 1px solid red;
}
}
.with-event {
+1 -1
View File
@@ -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(); */
}
});
}