From 96f1316b276ef83b644046f5627ae54d2b7cc836 Mon Sep 17 00:00:00 2001 From: megavrilinvv Date: Tue, 25 Oct 2022 00:44:50 +0300 Subject: [PATCH] =?UTF-8?q?[WIP]=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=8D=D0=BB=D0=B5=D0=BC=D0=B5=D0=BD=D1=82=D1=8B=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=81=D0=B0=D0=B9=D0=B4=D0=B1=D0=B0=D1=80?= =?UTF-8?q?=D0=B0=20=D0=B2=20=D0=BE=D1=82=D0=BA=D1=80=D1=8B=D1=82=D0=BE?= =?UTF-8?q?=D0=BC=20=D1=81=D0=BE=D1=81=D1=82=D0=BE=D1=8F=D0=BD=D0=B8=D0=B8?= =?UTF-8?q?,=20=D0=B2=D0=B8=D0=B4=D1=8B=20=D1=81=D0=BE=D0=B1=D1=8B=D1=82?= =?UTF-8?q?=D0=B8=D0=B9,=20=D0=BA=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/sass/variables.sass | 2 +- src/components/base/BaseInput.vue | 4 +- src/pages/calendar/TheCalendar.vue | 32 ++++++- .../components/CalendarClockColumn.vue | 3 +- .../calendar/components/CalendarSidebar.vue | 85 +++++++++++++++---- tailwind.config.js | 2 + 6 files changed, 105 insertions(+), 23 deletions(-) diff --git a/src/assets/sass/variables.sass b/src/assets/sass/variables.sass index 582b362..14df095 100644 --- a/src/assets/sass/variables.sass +++ b/src/assets/sass/variables.sass @@ -26,4 +26,4 @@ --bg-event-blue-color: #3ba3ee --light-grey-bg-color: #f8f9fa --btn-green-color: rgba(60, 217, 75, 1) - --btn-light-green-color: rgba(60, 217, 75, 0.2) + --btn-light-green-color: rgba(60, 217, 75, 0.2) \ No newline at end of file diff --git a/src/components/base/BaseInput.vue b/src/components/base/BaseInput.vue index a353b87..3d21ca8 100644 --- a/src/components/base/BaseInput.vue +++ b/src/components/base/BaseInput.vue @@ -1,7 +1,7 @@ @@ -75,8 +114,6 @@ export default { .sidebar-wrapper border-left: 2px solid var(--btn-blue-color-3) .button-plus - width: 40px - height: 40px max-height: 40px background: var(--btn-blue-color) color: var(--default-white) @@ -97,10 +134,28 @@ export default { height: 40px max-height: 40px .button-styled - width: 24px - height: 24px max-height: 24px background: var(--btn-blue-color-1) color: var(--btn-blue-color) - font-size: 10px +.open-sidebar + .sidebar-content + align-items: flex-end + padding-left: 15px + .event-type + position: absolute + width: 8px + height: 16px + top: 8px + left: 8px +.create-event + width: 200px + height: 40px + border-radius: 4px +.events-wrapper + width: 200px +.input-wrapper + border: none + background: var(--bg-event-box-color) + height: 32px + width: 169px diff --git a/tailwind.config.js b/tailwind.config.js index 10a01eb..b100f17 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -27,7 +27,9 @@ module.exports = { "3px": "3px", "6px": "6px", "10px": "10px", + "10.5px": "10.5px", "13px": "13px", + "15px": "15px", "19px": "19px", "45px": "45px", "74px": "74px",