Merge pull request #52 from dderbentsov/UC-20

Изменила отступы
This commit is contained in:
Daria Golova
2022-10-21 18:50:26 +03:00
committed by GitHub
6 changed files with 6 additions and 3 deletions

View File

@@ -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

View File

@@ -56,7 +56,7 @@ export default {
.header
width: 314px
height: 42px
height: 40px
position: relative
background-color: var(--btn-blue-color)
border-radius: 40px

View File

@@ -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)

View File

@@ -45,6 +45,7 @@ export default {
.header-wrapper
width: 100%
height: 56px
background-color: var(--default-white)
position: relative
z-index: 2

View File

@@ -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"

View File

@@ -28,6 +28,7 @@ module.exports = {
"10px": "10px",
"3px": "3px",
"74px": "74px",
"45px": "45px",
},
},
},