-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
.so-loading {
// loader white veil
&:before {
content: @space;
position: fixed;
z-index: 100;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.5);
}
// loader spinning wheel
&:after {
@loader-size: 30px;
@container-size: @loader-size + 10px;
content: @space;
position: fixed;
z-index: 101;
left: 50%;
top: 50%;
width: @container-size;
height: @container-size;
margin: -@container-size/2 0 0 -@container-size/2;
background: white url("../img/ratings/loader.gif") 50% 50% no-repeat;
background-size: @loader-size;
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
.rounded(@container-size/2);
Parse error at line 30 column 33: 20: position: fixed; 21: z-index: 101; 22: left: 50%; 23: top: 50%; 24: width: @container-size; 25: height: @container-size; 26: margin: -@container-size/2 0 0 -@container-size/2; 27: background: white url("../img/ratings/loader.gif") 50% 50% no-repeat; 28: background-size: @loader-size; 29: box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3); 30: .rounded(@container-size/2); ^ 31: } 32: } 33: 34: .icon-disc(@bg-color, @color, @size) { 35: content: @space; 36: display: inline-block; 37: width: @size; 38: height: @size; 39: line-height: @size; 40: font-size: @size;
il y a 4 jours L30
Bug Major Open [email protected] Racodon,David,LAUSANNE,Contractor for GLOBE-DSU-Sol Delivery-Dev QA 30min effort Comment
No tags
}
}