Fix merge

This commit is contained in:
Peter Maquiran
2021-05-25 13:40:55 +01:00
24 changed files with 375 additions and 232 deletions
@@ -30,6 +30,11 @@
margin-bottom: 5px !important;
margin-top: 5px !important;
}
@media only screen and (max-width: 800px) {
.btn-ok, .btn-cancel, .btn-delete{
width: 47% !important;
}
}
@media only screen and (min-width: 1024px) {
.arrow-right{
display: flex;
@@ -34,8 +34,13 @@ export class OptsExpedientePage implements OnInit {
ngOnInit() {
console.log(this.task);
this.profile = "mdgpr";
window.onresize = (event) => {
if( window.innerWidth >= 800){
this.popoverController.dismiss();
}
};
}
close(){