forked from verdnatura/salix-front
Merge pull request 'Apply color for today' (!730) from highlight_today_qDate into dev
Reviewed-on: verdnatura/salix-front#730 Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
commit
297596fe38
|
@ -268,6 +268,7 @@ input::-webkit-inner-spin-button {
|
|||
max-width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
.edit-photo-btn {
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
|
@ -280,3 +281,10 @@ input::-webkit-inner-spin-button {
|
|||
color: var(--vn-label-color);
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.q-date {
|
||||
&__today {
|
||||
border: 2px solid $info;
|
||||
color: $info;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue