// /** // * Copyright © Magento, Inc. All rights reserved. // * See COPYING.txt for license details. // */ // # Loaders // A page loader is an animation a visitor sees while the page or an element is loaded. During this time a page is blocked with overlay. // // Default loader markup // //
//  
//  <div id="example1" class="loader" data-text="Please wait..." style="display: none;">
//  </div>
//  
//  
// ```html //
// //

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

//
// // // ``` // .loader { .lib-loader(); } // # Default loader variables // //
//    
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//    
Mixin variableGlobal variableDefault valueAllowed valuesComment
@_loader-overlay-background-color@loader-overlay__background-colorrgba(255, 255, 255, .5)'' | false | valueLoader overlay background color
@_loader-overlay-z-index@loader-overlay__z-index9999'' | false | valueLoader overlay background z-index
@_loader-icon-width@loader-icon__width160px'' | false | valueLoader icon width
@_loader-icon-height@loader-icon__height160px'' | false | valueLoader icon height
@_loader-icon-background-color@loader-icon__background-colortransparent'' | false | valueLoader icon background color
@_loader-icon-background-image@loader-icon__background-imageurl('@{baseDir}images/loader-2.gif')'' | false | valueLoader icon ackground image
@_loader-icon-background-position@loader-icon__background-position50% 50%'' | false | valueLoader icon background position
@_loader-icon-border-radius@loader-icon__border-radius5px'' | false | valueLoader icon border radius
@_loader-icon-padding@loader-icon__padding'''' | false | valueLoader icon icon padding
@_loader-text@loader-textfalse'' | false | valueLoader text presence
@_loader-text-color@loader-text__color@primary__color'' | false | valueLoader text color
@_loader-text-font-size@loader-text__font-size@font-size__base'' | false | valueLoader text font size
@_loader-text-font-family@loader-text__font-family@font-family__base'' | false | valueLoader text font family
@_loader-text-font-weight@loader-text__font-weight@font-weight__regular'' | false | valueLoader text font weight
@_loader-text-font-style@loader-text__font-style@font-style__base'' | false | valueLoader text font style
@_loader-text-padding@loader-text__padding130px 0 0'' | false | valueLoader text padding
//
// // # Loading // Loading is an animation a visitor sees while a certain block is loaded. In this case only this block is locked by an overlay, not the whole page. // // ```html //

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

//

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

//

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

// // // ``` .loading { .lib-loading(); } // # Loading default variables // //
//    
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//      
//        
//        
//        
//        
//        
//      
//    
Mixin variableGlobal variableDefault valueAllowed valuesComment
@_loading-background-color@loading__background-color@loader-overlay__background-color'' | false | valueLoading overlay background color
@_loading-background-image@loading__background-image@loader-icon__background-image'' | false | valueLoading overlay background z-index
//