mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 21:50:24 +08:00
24 lines
320 B
SCSS
24 lines
320 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;
|
|
}
|
|
|
|
.date-picker {
|
|
text-align: center;
|
|
width: 8em;
|
|
margin: 0;
|
|
}
|
|
|
|
.pika-single {
|
|
position: absolute !important;
|
|
}
|