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