Improve responsiveness

This commit is contained in:
Peter Maquiran
2021-04-23 10:35:53 +01:00
parent 53dff7237d
commit 74bc2a3f2f
31 changed files with 712 additions and 92 deletions
+8 -1
View File
@@ -42,4 +42,11 @@ ion-item{
border-radius: 22.5px;
background-color: #42b9fe;
color: #ffffff !important;
}
}
:host, app-login{
ion-content{
background: linear-gradient(180deg, #42B9FE 0%, #0782C9 100%) !important;
}
}