add default font color for message box

pull/3165/head
Vadim Costin 9 years ago
parent 31f7e52fa8
commit 5f0553dfce
  1. 2
      app/assets/stylesheets/content/_notifications.sass

@ -33,6 +33,7 @@ $nm-font-size: rem-calc(13px)
$nm-border-radius: rem-calc(2px)
$nm-box-padding: rem-calc(10px 35px 10px 35px)
$nm-default-background: #fff
$nm-font-color: $body-font-color
$nm-color-error-border: #ca3f3f
$nm-color-error-icon: #ca3f3f
@ -79,6 +80,7 @@ $nm-padding-simple-box: rem-calc(10px)
position: relative
word-wrap: break-word
background-color: $nm-default-background
color: $nm-font-color
& .button
margin: rem-calc(10px 10px 0 0)

Loading…
Cancel
Save