@@ -1,5 +1,5 @@
|
||||
<template lang="pug">
|
||||
.flex.flex-col.w-full.h-full.gap-y-4
|
||||
.flex.flex-col.w-full.h-full.gap-y-2
|
||||
the-header
|
||||
.flex.flex-auto
|
||||
the-sidebar
|
||||
|
||||
@@ -56,7 +56,7 @@ export default {
|
||||
|
||||
.header
|
||||
width: 314px
|
||||
height: 42px
|
||||
height: 40px
|
||||
position: relative
|
||||
background-color: var(--btn-blue-color)
|
||||
border-radius: 40px
|
||||
|
||||
@@ -40,6 +40,7 @@ export default {
|
||||
transform: rotate(180deg)
|
||||
|
||||
.header-inputs-wrapper
|
||||
height: 40px
|
||||
background-color: var(--default-white)
|
||||
border-radius: 4px
|
||||
border: 1px solid var(--border-light-grey-color)
|
||||
|
||||
@@ -45,6 +45,7 @@ export default {
|
||||
|
||||
.header-wrapper
|
||||
width: 100%
|
||||
height: 56px
|
||||
background-color: var(--default-white)
|
||||
position: relative
|
||||
z-index: 2
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template lang="pug">
|
||||
.calendar-clock-column.flex.flex-col.items-end.gap-y-43.pt-9.pb-12.px-3
|
||||
.calendar-clock-column.flex.flex-col.items-end.gap-y-43.pt-9.pb-45px.px-3
|
||||
span.text-base(
|
||||
v-for="hour in hoursArray"
|
||||
:key="hour"
|
||||
|
||||
@@ -28,6 +28,7 @@ module.exports = {
|
||||
"10px": "10px",
|
||||
"3px": "3px",
|
||||
"74px": "74px",
|
||||
"45px": "45px",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user