Merge branch 'fix/no-border-on-last-notif' into 'develop'

Fix red border not appearing on the last notification.

See merge request !59
This commit is contained in:
Shpuld Shpuldson 2017-03-09 13:04:10 -05:00
commit 2f0fcd14c9

View file

@ -73,7 +73,8 @@
} }
&:last-child { &:last-child {
border: none border-bottom: none;
border-radius: 0 0 10px 10px;
} }
} }