Browse Source

Fix reconnect-dialog rebase problem

Change-Id: I919fe43e7579787c6831aaa88945c348e124b3b4
tags/7.6.0.alpha5
Artur Signell 9 years ago
parent
commit
a3ee899a2d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss

+ 2
- 2
WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss View File

@@ -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;

Loading…
Cancel
Save