diff options
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_notification.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_notification.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_notification.scss b/WebContent/VAADIN/themes/valo/components/_notification.scss index cf288cca25..ee3cf67a7c 100644 --- a/WebContent/VAADIN/themes/valo/components/_notification.scss +++ b/WebContent/VAADIN/themes/valo/components/_notification.scss @@ -185,7 +185,7 @@ $v-notification-title-color: $v-focus-color !default; font-weight: $v-font-weight + 100; &:before { - font-family: ValoIcons; + font-family: ThemeIcons; content: "\f00c"; margin-right: .5em; } |