Don't use hard-coded white background for notifications flyout.

Use $color-background instead
This commit is contained in:
2017-10-15 05:54:48 +02:00
parent 72507d7bb2
commit 49feaa8281
2 changed files with 13 additions and 14 deletions

View File

@@ -43,7 +43,7 @@
-webkit-transform: scale(1) !important
.flyout-hat
border-color: transparent transparent white transparent
border-color: transparent transparent $color-background transparent
border-style: solid
border-width: 0 8px 8px 8px
bottom: -15px
@@ -89,7 +89,7 @@
& .nc-item, & .nc-loading
position: relative
padding: 10px 0
border-top: thin solid lighten($color-text, 62%)
border-top: thin solid $color-background-dark
margin: 0
width: 100%
display: block