Skip to content

Commit 9ed541e

Browse files
committed
Improve CSS
1 parent ee48e8c commit 9ed541e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

frontend/src/pages/Home/components/ReportItem/ReportItem.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
padding: 16px;
44
border-radius: 12px;
55
margin-bottom: 12px;
6-
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
76
position: relative;
87
cursor: pointer;
98

@@ -67,6 +66,7 @@
6766
&--active {
6867
color: white;
6968
background-color: #4355b9;
69+
box-shadow: none;
7070
}
7171
}
7272
}
@@ -81,7 +81,6 @@
8181
flex-shrink: 0;
8282
background-color: white;
8383
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
84-
border: 1px solid rgba(0, 0, 0, 0.03);
8584

8685
&--general,
8786
&--brain,

frontend/src/pages/Reports/ReportsListPage.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
&__header {
55
box-shadow: none;
6-
--background: var(--ion-background-color);
76

87
ion-toolbar {
98
--border-width: 0;

0 commit comments

Comments
 (0)