aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LoadingBox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/LoadingBox.scss')
-rw-r--r--src/client/views/nodes/LoadingBox.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/client/views/nodes/LoadingBox.scss b/src/client/views/nodes/LoadingBox.scss
index e8890cd82..f6912f547 100644
--- a/src/client/views/nodes/LoadingBox.scss
+++ b/src/client/views/nodes/LoadingBox.scss
@@ -6,7 +6,28 @@
background-color: #fdfdfd;
}
+.textContainer {
+ margin: 5px;
+}
+
+.textContainer {
+ justify-content: center;
+ align-content: center;
+}
+
+.textContainer,
.text {
+ overflow: hidden;
text-overflow: ellipsis;
+ max-width: 80%;
+ text-align: center;
+}
+
+.headerText {
+ text-align: center;
+ font-weight: bold;
+}
+
+.spinner {
text-align: center;
}