added dashboard layout

This commit is contained in:
victorAnumudu
2024-03-16 02:53:40 +01:00
parent 90dc2adb92
commit 7cbfae619b
14 changed files with 221 additions and 7 deletions
+3
View File
@@ -16,4 +16,7 @@ body {
.containerMode {
@apply container mx-auto px-5 xxs:max-w-full sm:max-w-[98%] lg:max-w-[1100px];
}
.dash-bg-image{
background: url('../src/assets/images/dashboard/bg_ellipse1.png') right top no-repeat, url('../src/assets/images/dashboard/bg_ellipse2.png') -8% bottom no-repeat;;
}
}