removed ajax-loading thermometre
This commit is contained in:
@@ -1311,21 +1311,6 @@ main[role="main"] .layout-content {
|
||||
body.ajax-loading main[role="main"] .layout-content .col:not([theme="edlp_search_search_form"]) {
|
||||
opacity: 0.2; }
|
||||
|
||||
body.ajax-loading main[role="main"]:before {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
top: calc(50% - 30px);
|
||||
left: calc(50% - 30px);
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
background-image: url(../img/edlp-loader-anim.svg);
|
||||
background-size: 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center; }
|
||||
|
||||
main[role="main"] span.close-col-btn {
|
||||
pointer-events: all;
|
||||
cursor: pointer;
|
||||
|
||||
@@ -218,22 +218,22 @@ main[role="main"]{
|
||||
.layout-content .col:not([theme="edlp_search_search_form"]){
|
||||
opacity:0.2;
|
||||
}
|
||||
&:before{
|
||||
content:"";
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
$s:60px;
|
||||
width:$s; height:$s;
|
||||
top:calc(50% - #{$s/2}); left:calc(50% - #{$s/2});
|
||||
// padding:1em;
|
||||
background-color: rgba(255,255,255, 0.5);
|
||||
background-image: url(../img/edlp-loader-anim.svg);
|
||||
background-size: 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
// border-radius: $s/2;
|
||||
}
|
||||
// &:before{
|
||||
// content:"";
|
||||
// display: block;
|
||||
// position: absolute;
|
||||
// z-index: 10;
|
||||
// $s:60px;
|
||||
// width:$s; height:$s;
|
||||
// top:calc(50% - #{$s/2}); left:calc(50% - #{$s/2});
|
||||
// // padding:1em;
|
||||
// background-color: rgba(255,255,255, 0.5);
|
||||
// background-image: url(../img/edlp-loader-anim.svg);
|
||||
// background-size: 50%;
|
||||
// background-repeat: no-repeat;
|
||||
// background-position: center;
|
||||
// // border-radius: $s/2;
|
||||
// }
|
||||
}
|
||||
span.close-col-btn{
|
||||
// z-index: 10;
|
||||
|
||||
Reference in New Issue
Block a user