mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 04:19:05 +08:00
20 lines
285 B
SCSS
20 lines
285 B
SCSS
.d-date-input {
|
|
display: flex;
|
|
flex: 1;
|
|
cursor: pointer;
|
|
flex-direction: column;
|
|
|
|
.date-picker {
|
|
cursor: pointer;
|
|
margin: 0;
|
|
text-align: left;
|
|
width: 100%;
|
|
outline: none;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.pika-single {
|
|
margin-left: -1px;
|
|
}
|
|
}
|