File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11.reports-list-page {
2- --background : url (' ../../../assets/Reports_bg.png' ) no-repeat center center ;
3-
42 & __header {
53 box-shadow : none ;
64
75 ion-toolbar {
8- --border-width : 0 ;
6+ --border-width : 0 !important ;
97 --min-height : 60px ;
108 padding : 10px 16px ;
119 display : flex ;
104102
105103 & __content-container {
106104 --padding-top : 0 ;
107- --background : var (--ion-background-color );
108105 }
109106
110107 & __content {
Original file line number Diff line number Diff line change 1- /*
1+ /*
22 * Theme overrides for Ionic
33 * This file contains overrides for Ionic's default theme variables
44 */
@@ -58,6 +58,11 @@ ion-content {
5858 --padding-top : var (--ion-safe-area-top , 1rem );
5959}
6060
61+ /* Background for the entire app */
62+ body , ion-app , ion-content {
63+ background : url ('../../assets/Reports_bg.png' ) no-repeat center center !important ;
64+ }
65+
6166/* Remove left padding from router outlet to avoid double padding */
6267ion-router-outlet {
6368 padding-top : 0 ;
You can’t perform that action at this time.
0 commit comments