[WIP] Правка кода, добавил конфиг календаря
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user