Commit 1fc616bd by Manzar Hussain

update css

parent d44c5680
......@@ -84,16 +84,16 @@
}
// loader inverster
.outer-loader{
position: absolute;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.85);
top: 0;
display: flex;
align-items: center;
z-index: 9;
.loader_main {
/*.outer-loader{
position: absolute;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.85);
top: 0;
display: flex;
align-items: center;
z-index: 9;
.loader_main {
width: 100%;
padding: 2px 0;
height: 135px;
......@@ -117,5 +117,9 @@
display: block;
}
}
}
}
}
}*/
.inversterSection .outer-loader .loader_main span{width:100%;padding:2px 0;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;font-size:2rem;color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.inversterSection .outer-loader .loader_main span em{background:url(../images/l_spinner.svg) no-repeat;background-position:center;background-size:contain;position:relative;width:36px;height:36px;display:block}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment