Skip to content

Less parse error #23

@racodond

Description

@racodond
.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  
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions