Make buttons stand out with some shading.
This commit is contained in:
parent
8e5d17a659
commit
bf84a87821
3 changed files with 24 additions and 12 deletions
|
@ -4,7 +4,7 @@
|
|||
<div class="panel-heading base01-background base04">
|
||||
<span class="unseen-count" v-if="unseenCount">{{unseenCount}}</span>
|
||||
Notifications
|
||||
<button @click.prevent="markAsSeen" class="base06 base02-background read-button">Read!</button>
|
||||
<button @click.prevent="markAsSeen" class="base05 base01-background read-button">Read!</button>
|
||||
</div>
|
||||
<div class="panel-body base03-border">
|
||||
<div v-for="notification in visibleNotifications" :key="notification" class="notification" :class='{"unseen": !notification.seen}'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue