This commit is contained in:
Your Name
2020-03-17 07:23:15 -04:00
parent 2cd1bc6fd6
commit 5a07e578c9
6 changed files with 174 additions and 36 deletions
+14 -1
View File
@@ -1,3 +1,16 @@
ion-content ion-toolbar {
--background: translucent;
}
}
:root {
--ion-safe-area-top: 20px;
--ion-safe-area-bottom: 22px;
}
ion-col > div {
background-color: #f7f7f7;
border: solid 1px #ddd;
padding: 10px;
}