mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:29:18 +08:00
174d392e5a
Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn` It's recommended to configure your editor to run prettier on file save.
24 lines
321 B
SCSS
24 lines
321 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: 80px;
|
|
margin: 0;
|
|
}
|
|
|
|
.pika-single {
|
|
position: absolute !important;
|
|
}
|