Skip to content

Commit 73148e6

Browse files
committed
Background
1 parent 8d63214 commit 73148e6

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

frontend/src/pages/Reports/ReportsListPage.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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;
@@ -104,7 +102,6 @@
104102

105103
&__content-container {
106104
--padding-top: 0;
107-
--background: var(--ion-background-color);
108105
}
109106

110107
&__content {

frontend/src/theme/theme-overrides.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 */
6267
ion-router-outlet {
6368
padding-top: 0;

0 commit comments

Comments
 (0)