[WIP] Правка кода, добавил конфиг календаря

This commit is contained in:
megavrilinvv
2023-03-06 17:21:17 +03:00
parent a81dba8429
commit f60eea81fe
7 changed files with 83 additions and 145 deletions

View File

@@ -26,7 +26,6 @@
:label="item.name",
:class="item.class",
text-color="white",
no-caps,
style="width: 200px"
)
@@ -106,21 +105,6 @@ export default {
border: 1.5px solid var(--border-light-grey-color-1)
border-radius: 4px
.select
height: 40px
border: 1.5px solid var(--border-light-grey-color)
border-radius: 4px
.item-input
appearance: none
outline: none
height: 40px
&::-webkit-calendar-picker-indicator
display: none
-webkit-appearance: none
&::placeholder
color: var(--font-black-color-1)
.status-wrapper
min-width: 540px
height: 120px
@@ -164,8 +148,4 @@ export default {
.graph-template
width: 218px
height: 120px
.delete-button
background-color: var(--bg-event-red-color)
border: none
</style>