feat: merge reminders.scss with component styles

This commit is contained in:
Dominik Pschenitschni 2021-10-18 14:21:43 +02:00
parent 0aff057f7b
commit 370186726a
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
3 changed files with 22 additions and 20 deletions

View file

@ -104,3 +104,25 @@ export default {
},
}
</script>
<style lang="scss" scoped>
.reminders {
.reminder-input {
display: flex;
align-items: center;
&.overdue ::v-deep.datepicker a.show {
color: $red;
}
&:last-child {
margin-bottom: 0.75rem;
}
a.remove {
color: $red;
padding-left: .5rem;
}
}
}
</style>