diff --git a/src/App.vue b/src/App.vue
index 7fb4e5f..c9e0451 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,9 +1,10 @@
+
diff --git a/src/components/HeaderBar.vue b/src/components/HeaderBar.vue
new file mode 100644
index 0000000..cb148e4
--- /dev/null
+++ b/src/components/HeaderBar.vue
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/src/style.css b/src/style.css
index a66a0ac..151ee8b 100644
--- a/src/style.css
+++ b/src/style.css
@@ -8,12 +8,6 @@
--footerHeight: 62px;
}
@layer utilities {
- .gradient-light {
- background: linear-gradient(180deg, #ebf1fa 0%, #f8fafd 100%);
- }
- .gradient-dark {
- background: linear-gradient(90deg, #0657C0 24%, #096AE0 101%);
- }
.btn-dark {
display: flex;
justify-content: center;
@@ -31,4 +25,8 @@
border-radius: 4px;
color: var(--primaryColor);
}
+ .main-page {
+ height: calc(100vh - var(--headerHeight));
+ background: linear-gradient(180deg, #dfe8f7 0%, #ffffff 100%);
+ }
}
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index d230280..4a6d28b 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -1,19 +1,5 @@
-
-
+
@@ -39,5 +25,5 @@