2019-07-18 23:29:41 +08:00
|
|
|
.d-date-input {
|
2020-04-23 04:17:53 +08:00
|
|
|
display: inline-flex;
|
2020-03-31 04:02:24 +08:00
|
|
|
cursor: pointer;
|
|
|
|
flex-direction: column;
|
2020-04-23 04:17:53 +08:00
|
|
|
min-width: 140px;
|
2020-03-27 20:29:58 +08:00
|
|
|
|
2019-07-18 23:29:41 +08:00
|
|
|
.date-picker {
|
2020-03-31 04:02:24 +08:00
|
|
|
cursor: pointer;
|
2019-07-18 23:29:41 +08:00
|
|
|
margin: 0;
|
|
|
|
text-align: left;
|
|
|
|
width: 100%;
|
|
|
|
box-shadow: none !important;
|
2020-04-23 04:17:53 +08:00
|
|
|
|
|
|
|
&::-webkit-input-placeholder {
|
|
|
|
font-size: $font-0;
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-medium);
|
2020-04-23 04:17:53 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&::-ms-input-placeholder {
|
|
|
|
font-size: $font-0;
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-medium);
|
2020-04-23 04:17:53 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&::placeholder {
|
|
|
|
font-size: $font-0;
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-medium);
|
2020-04-23 04:17:53 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&:focus {
|
2020-08-04 10:57:10 +08:00
|
|
|
outline: 1px solid var(--tertiary);
|
2020-04-23 04:17:53 +08:00
|
|
|
outline-offset: 0;
|
|
|
|
}
|
2019-07-18 23:29:41 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.pika-single {
|
|
|
|
margin-left: -1px;
|
2020-04-23 04:17:53 +08:00
|
|
|
margin-top: 1px;
|
|
|
|
|
|
|
|
.pika-row td {
|
|
|
|
.pika-button.pika-day {
|
|
|
|
box-shadow: none;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
}
|
2019-07-18 23:29:41 +08:00
|
|
|
}
|
|
|
|
}
|
2020-04-23 04:17:53 +08:00
|
|
|
|
|
|
|
.d-date-input + .d-time-input {
|
|
|
|
margin-left: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-time-input + .d-date-input {
|
|
|
|
margin-left: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-date-input + .clear-date-time {
|
|
|
|
margin-left: 1px;
|
|
|
|
}
|