Skip to content

Commit e00c551

Browse files
committed
added gradient styling to dashboard tab
1 parent 389ba6e commit e00c551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ export default {
7171
}
7272
7373
.q-tab-panel {
74-
background: #454d66;
74+
background: rgb(69,77,102);
75+
background: linear-gradient(180deg, rgba(69,77,102,1) 0%, rgba(54,60,78,1) 100%);
7576
}
7677
7778
.q-tab-panels {
78-
background: yellow;
7979
height: 24vh;
8080
}
8181

0 commit comments

Comments
 (0)