From a3ee899a2db8b8b993f7f7a4e21039f0fe0aee08 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 13 Jul 2015 18:29:54 +0300 Subject: Fix reconnect-dialog rebase problem Change-Id: I919fe43e7579787c6831aaa88945c348e124b3b4 --- WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss b/WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss index 94f5f8b0bd..81077efcc4 100644 --- a/WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss +++ b/WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss @@ -1,8 +1,8 @@ @mixin valo-reconnect-dialog { .v-reconnect-dialog { color: white; - @include valo-notification-bar-style; - @include valo-notification-system-style; + @include valo-notification-bar-style("v-reconnect-dialog"); + @include valo-notification-system-style("v-reconnect-dialog"); text-align: center; .spinner { @include valo-spinner; -- cgit v1.2.3