File: src/packages/common/components/mask/assets/css/load-mask.min.css

Recommend this page to a friend!
  Classes of Alien Fernandez   Seed Sails Angular   src/packages/common/components/mask/assets/css/load-mask.min.css   Download  
File: src/packages/common/components/mask/assets/css/load-mask.min.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Seed Sails Angular
Full stack framework based on Sails, Node, Angular
Author: By
Last change: Update of src/packages/common/components/mask/assets/css/load-mask.min.css
Date: 3 years ago
Size: 485 bytes
 

Contents

Class file image Download
.load-mask { position: absolute; height: 100%; width: 100%; top: 0px; left: 0px; z-index: 10001; display: none; } .load-mask-panel { display: table; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.5); } .loading-wrapper { display: table-cell; vertical-align: middle; text-align: center; } .loading-center { background-color: #fff; border: 1px solid #a9a9a9; -webkit-border-radius: 10px; border-radius: 10px; padding: 10px; }