aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@gmail.com>2017-03-09 13:04:10 -0500
committerShpuld Shpuldson <shpuld@gmail.com>2017-03-09 13:04:10 -0500
commit2f0fcd14c948870ede42503010fc7f7617eb02f1 (patch)
treee038cd3cee41065bd62ce473f9e38a8ee8ca2fb0 /src
parent11e41d5ea9dca3d1de045f8d2c3e7b57f9d5530b (diff)
parentbd7a05dee11fd4482a9f72829b758f009e4bd67e (diff)
Merge branch 'fix/no-border-on-last-notif' into 'develop'
Fix red border not appearing on the last notification. See merge request !59
Diffstat (limited to 'src')
-rw-r--r--src/components/notifications/notifications.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 37ae67ef..5cce7a73 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -73,7 +73,8 @@
}
&:last-child {
- border: none
+ border-bottom: none;
+ border-radius: 0 0 10px 10px;
}
}