Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Less parse error #23

Open
racodond opened this issue May 16, 2017 · 0 comments
Open

Less parse error #23

racodond opened this issue May 16, 2017 · 0 comments
Labels

Comments

@racodond
Copy link
Owner

.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  
    }
}
@racodond racodond added the bug label May 16, 2017
@racodond racodond added this to the 4.5 milestone May 16, 2017
@racodond racodond modified the milestones: 4.6, 4.5 Jun 6, 2017
@racodond racodond modified the milestones: 4.6, 4.7 Jun 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant