Implementing user feed back
[aai/sparky-fe.git] / resources / scss / common / _layout.scss
index 1c3bf66..07b5b4c 100644 (file)
 
 .view-container {
 }
+
+.hideContainer {
+       visibility: hidden
+}
+
+.showContainer {
+}
+
+.spinner {
+       position: fixed;
+       z-index: 999;
+       height: 2em;
+       width: 2em;
+       margin: auto;
+       top: 0;
+       left: 0;
+       bottom: 0;
+       right: 0;
+}
\ No newline at end of file