Commit 1fc616bd by Manzar Hussain

update css

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