Commit 1fc616bd by Manzar Hussain

update css

parent d44c5680
...@@ -84,38 +84,42 @@ ...@@ -84,38 +84,42 @@
} }
// loader inverster // loader inverster
.outer-loader{ /*.outer-loader{
position: absolute; 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;
display: flex;
span {
width: 100%; width: 100%;
height: 100%; padding: 2px 0;
background: rgba(0,0,0,0.85);
top: 0;
display: flex; display: flex;
position: relative;
font-size: 2rem;
color: #fff;
align-items: center; align-items: center;
z-index: 9; justify-content: center;
.loader_main { em {
width: 100%; background: url('../images/l_spinner.svg') no-repeat;
padding: 2px 0; background-position: center;
height: 135px; background-size: contain;
display: flex; position: relative;
span { width: 36px;
width: 100%; height: 36px;
padding: 2px 0; display: block;
display: flex;
position: relative;
font-size: 2rem;
color: #fff;
align-items: center;
justify-content: center;
em {
background: url('../images/l_spinner.svg') no-repeat;
background-position: center;
background-size: contain;
position: relative;
width: 36px;
height: 36px;
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