Improve datepicker style
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="entry of availableRooms">
|
<tr v-for="entry of availableRooms">
|
||||||
<td>{{entry.label}}</td>
|
<td>{{entry.label}}</td>
|
||||||
<td>ab {{entry.price * selectedNumberOfDays}} €</td>
|
<td style="white-space: nowrap">ab {{entry.price * selectedNumberOfDays}} €</td>
|
||||||
<td>
|
<td>
|
||||||
<a :href="entry.bookingUrl" target="_blank"
|
<a :href="entry.bookingUrl" target="_blank"
|
||||||
class="button button--small button--action">Buchen</a>
|
class="button button--small button--action">Buchen</a>
|
||||||
|
|||||||
@@ -3,8 +3,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.daterange__panel {
|
.daterange__panel {
|
||||||
padding: 10px;
|
|
||||||
display: flex;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.daterange__headline,
|
.daterange__headline,
|
||||||
@@ -41,6 +39,11 @@
|
|||||||
|
|
||||||
.flatpickr-calendar {
|
.flatpickr-calendar {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
||||||
|
&.inline {
|
||||||
|
border: 1px solid $color-grey-light;
|
||||||
|
margin: 0 auto 16px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.flatpickr-day.selected {
|
.flatpickr-day.selected {
|
||||||
|
|||||||
Reference in New Issue
Block a user