mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:15:46 +08:00
14 lines
190 B
SCSS
14 lines
190 B
SCSS
.d-date-input {
|
|
.date-picker {
|
|
margin: 0;
|
|
text-align: left;
|
|
width: 100%;
|
|
outline: none;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.pika-single {
|
|
margin-left: -1px;
|
|
}
|
|
}
|