Изменила отступы
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template lang="pug">
|
<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
|
the-header
|
||||||
.flex.flex-auto
|
.flex.flex-auto
|
||||||
the-sidebar
|
the-sidebar
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ export default {
|
|||||||
|
|
||||||
.header
|
.header
|
||||||
width: 314px
|
width: 314px
|
||||||
height: 42px
|
height: 40px
|
||||||
position: relative
|
position: relative
|
||||||
background-color: var(--btn-blue-color)
|
background-color: var(--btn-blue-color)
|
||||||
border-radius: 40px
|
border-radius: 40px
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ export default {
|
|||||||
transform: rotate(180deg)
|
transform: rotate(180deg)
|
||||||
|
|
||||||
.header-inputs-wrapper
|
.header-inputs-wrapper
|
||||||
|
height: 40px
|
||||||
background-color: var(--default-white)
|
background-color: var(--default-white)
|
||||||
border-radius: 4px
|
border-radius: 4px
|
||||||
border: 1px solid var(--border-light-grey-color)
|
border: 1px solid var(--border-light-grey-color)
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ export default {
|
|||||||
|
|
||||||
.header-wrapper
|
.header-wrapper
|
||||||
width: 100%
|
width: 100%
|
||||||
|
height: 56px
|
||||||
background-color: var(--default-white)
|
background-color: var(--default-white)
|
||||||
position: relative
|
position: relative
|
||||||
z-index: 2
|
z-index: 2
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template lang="pug">
|
<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(
|
span.text-base(
|
||||||
v-for="hour in hoursArray"
|
v-for="hour in hoursArray"
|
||||||
:key="hour"
|
:key="hour"
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ module.exports = {
|
|||||||
"10px": "10px",
|
"10px": "10px",
|
||||||
"3px": "3px",
|
"3px": "3px",
|
||||||
"74px": "74px",
|
"74px": "74px",
|
||||||
|
"45px": "45px",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user