Commit 05b51389ce18d567b0bfbbf061731c3955e453de

Authored by Neeraj Sharma
1 parent 36fc987dfd

add css

Showing 1 changed file with 17 additions and 1 deletions   Show diff stats
static/css/custom.css
... ... @@ -10,4 +10,20 @@
10 10 }
11 11 .fixcolors{
12 12 background:#39b982 !important;
13   -}
14 13 \ No newline at end of file
  14 +}
  15 +.loader {
  16 + width: 100%;
  17 + height: 100%;
  18 + position: fixed;
  19 + top: 0;
  20 + left: 0;
  21 + text-align: center;
  22 + background-color: rgba(0, 0, 0, 0.5);
  23 + z-index: 999;
  24 + }
  25 +
  26 + .loader>div {
  27 + position: relative;
  28 + top: calc(50% - 16px);
  29 + }
  30 +
15 31 \ No newline at end of file
... ...