PHP Classes

File: core/assets/build/less/labels.less

Recommend this page to a friend!
  Classes of No name   RT Adminlte   core/assets/build/less/labels.less   Download  
File: core/assets/build/less/labels.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: RT Adminlte
Generate layout and menus for Adminlte
Author: By
Last change: Add files via upload
Date: 7 years ago
Size: 326 bytes
 

Contents

Class file image Download
/* * Component: Label * ---------------- */ .label-default { background-color: @gray-lte; color: #444; } .label-danger { &:extend(.bg-red); } .label-info { &:extend(.bg-aqua); } .label-warning { &:extend(.bg-yellow); } .label-primary { &:extend(.bg-light-blue); } .label-success { &:extend(.bg-green); }