mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
24e71acf3f
See PR for details
23 lines
309 B
SCSS
23 lines
309 B
SCSS
.pika-table {
|
|
th,
|
|
td {
|
|
padding: 0 !important;
|
|
border-top: none !important;
|
|
border-bottom: none !important;
|
|
}
|
|
}
|
|
|
|
.date-picker-wrapper {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
input.date-picker {
|
|
margin: 0;
|
|
max-width: 180px;
|
|
}
|
|
|
|
.pika-single {
|
|
position: absolute !important;
|
|
}
|