PHP Classes

File: public/assets/less/material/components/_progress_bar.less

Recommend this page to a friend!
  Classes of Wang   Tagydes   public/assets/less/material/components/_progress_bar.less   Download  
File: public/assets/less/material/components/_progress_bar.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tagydes
E-commerce Web administration panel and API
Author: By
Last change:
Date: 1 year ago
Size: 390 bytes
 

Contents

Class file image Download
/* Component - Progress bar */ .progress { box-shadow: none; background: #e2e7eb; } .progress-bar { background-color: @blue; box-shadow: none; } .progress-xs { height: 5px; } .progress-sm { height: 10px; } .progress-lg { height: 30px; } .progress-xs .progress-bar { line-height: 5px; } .progress-sm .progress-bar { line-height: 10px; } .progress-lg .progress-bar { line-height: 30px; }