aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LoadingBox.scss
diff options
context:
space:
mode:
authorNaafiyan Ahmed <naafiyan@gmail.com>2022-08-19 12:32:23 -0400
committerNaafiyan Ahmed <naafiyan@gmail.com>2022-08-19 12:32:23 -0400
commitb7c4d65a3bf04ff7d2c10d93be282a1b0a4650b3 (patch)
treeffe7ade8cff2831d1fb4652312963f84289514bd /src/client/views/nodes/LoadingBox.scss
parent94c38310c6b54d93e907007f20ba032d12697ca0 (diff)
added comments, cleaned up code, could not get spinner to center
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;
}