Layout update

This commit is contained in:
joycitta-siqueira 2022-07-17 22:41:09 -03:00
parent e7b66dae41
commit 0bc1cdb9c7
3 changed files with 21 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -2,6 +2,26 @@ ion-spinner {
display: block;
margin: auto;
}
ion-card {
background: rgb(255, 255, 255);
border-radius: 0
}
.collection-list-item{
--ion-item-background:#ffffff;
}
.results-not-found {
text-align: center;
}
.searchbar-input {
border-radius: 30 !important;
border: 10;
box-shadow: 0 !important;
}
.header-md::after {
display: none;
}

View File

@ -3,6 +3,7 @@ http://ionicframework.com/docs/theming/ */
/** Ionic CSS Variables **/
:root {
--ion-background-color: #f6f6f6;
--ion-color-primary: #298596;
--ion-color-primary-rgb: 41,133,150;
--ion-color-primary-contrast: #ffffff;