From 1533b9c79d21831b3c04b69566d890217897fb54 Mon Sep 17 00:00:00 2001 From: Daria Golova Date: Wed, 12 Oct 2022 00:08:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=D0=B0=20HeaderInputs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 +- src/assets/sass/variables.sass | 19 ++-- src/components/HeaderInputs.vue | 102 ++++++------------ src/components/TheHeader.vue | 1 + .../base/buttons/BaseSidebarButton.vue | 2 +- src/pages/calendar/TheCalendar.vue | 2 +- .../components/CalendarFormAddEvent.vue | 2 +- 7 files changed, 50 insertions(+), 82 deletions(-) diff --git a/src/App.vue b/src/App.vue index fb713ee..bdcbbbf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,14 +10,14 @@ import TheHeader from "@/components/TheHeader"; import TheSidebar from "@/components/TheSidebar"; export default { - name: 'App', + name: "App", components: {TheHeader, TheSidebar} } \ No newline at end of file diff --git a/src/components/TheHeader.vue b/src/components/TheHeader.vue index 7aff828..5aa57a7 100644 --- a/src/components/TheHeader.vue +++ b/src/components/TheHeader.vue @@ -50,6 +50,7 @@ .icon-down-arrow width: 24px height: 24px + font-size: 12px .icon-bell width: 24px diff --git a/src/components/base/buttons/BaseSidebarButton.vue b/src/components/base/buttons/BaseSidebarButton.vue index 5aef79a..ad770d6 100644 --- a/src/components/base/buttons/BaseSidebarButton.vue +++ b/src/components/base/buttons/BaseSidebarButton.vue @@ -1,6 +1,6 @@ diff --git a/src/pages/calendar/TheCalendar.vue b/src/pages/calendar/TheCalendar.vue index 7d36ed3..26f7367 100644 --- a/src/pages/calendar/TheCalendar.vue +++ b/src/pages/calendar/TheCalendar.vue @@ -3,7 +3,7 @@