Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
style(consultation): override margin
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Dec 7, 2022
1 parent c1a2f6e commit e52fdc4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion components/consultation/helpers/scheduler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,15 @@
</div>
</template>

<style scoped lang="scss">
<style lang="scss">
.selectable-day.selectable, .selectable-time.selectable {
select {
@apply m-0;
}
}
</style>

<style scoped lang="scss">
.date-and-time-selection-message {
@apply mb-4;
}
Expand All @@ -56,6 +63,7 @@
.selectable-day, .selectable-time {
@apply mb-4;
@apply flex flex-col items-start;
}
.consultation-no-schedules{
Expand Down

0 comments on commit e52fdc4

Please sign in to comment.