PHP Classes

File: public/js/tinymce/src/skins/lightgray/src/main/less/desktop/Progress.less

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   GoLavaCMS   public/js/tinymce/src/skins/lightgray/src/main/less/desktop/Progress.less   Download  
File: public/js/tinymce/src/skins/lightgray/src/main/less/desktop/Progress.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GoLavaCMS
Publish content on Web pages with SEO support
Author: By
Last change:
Date: 6 years ago
Size: 613 bytes
 

Contents

Class file image Download
// Progress .@{prefix}-progress { display: inline-block; position: relative; height: 20px; } .@{prefix}-progress .@{prefix}-bar-container { display: inline-block; width: 100px; height: 100%; margin-right: 8px; border: 1px solid @progress-border; overflow: hidden; .border-radius(4px); } .@{prefix}-progress .@{prefix}-text { display: inline-block; margin-top: auto; margin-bottom: auto; font-size: 14px; width: 40px; color: @progress-text; } .@{prefix}-bar { display: block; width: 0%; height: 100%; background-color: @progress-bar-bg; .transition(width .2s ease); }