Уведомления жирнее, поиск по кнопке enter

This commit is contained in:
Daria Golova
2022-12-08 15:05:07 +03:00
parent 2b9a9cd015
commit 106090acff
5 changed files with 10 additions and 6 deletions

View File

@@ -49,4 +49,5 @@ export default {
background: url("../../assets/icons/calendar-input.svg") no-repeat 100% 50%
&::-webkit-calendar-picker-indicator
opacity: 0
cursor: pointer
</style>

View File

@@ -43,4 +43,6 @@ export default {
border-radius: 4px
background-color: var(--default-white)
color: var(--font-black-color)
input::-webkit-calendar-picker-indicator
cursor: pointer
</style>