diff options
Diffstat (limited to 'WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss b/WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss new file mode 100644 index 0000000000..94f5f8b0bd --- /dev/null +++ b/WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss @@ -0,0 +1,18 @@ +@mixin valo-reconnect-dialog { + .v-reconnect-dialog { + color: white; + @include valo-notification-bar-style; + @include valo-notification-system-style; + text-align: center; + .spinner { + @include valo-spinner; + display: inline-block; + margin-top: 10px; + visibility: hidden; + } + + &.active .spinner { + visibility: visible; + } + } +}
\ No newline at end of file |