PHP Classes

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

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   GoLavaCMS   public/js/tinymce/src/skins/lightgray/src/main/less/desktop/Label.less   Download  
File: public/js/tinymce/src/skins/lightgray/src/main/less/desktop/Label.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: 565 bytes
 

Contents

Class file image Download
// Label .@{prefix}-label { .inline-block(); text-shadow: @text-shadow; overflow: hidden; } .@{prefix}-label.@{prefix}-autoscroll { overflow: auto; } .@{prefix}-label.@{prefix}-disabled { color: @text-disabled; } .@{prefix}-label.@{prefix}-multiline { white-space: pre-wrap; } .@{prefix}-label.@{prefix}-success { color: @text-success; } .@{prefix}-label.@{prefix}-warning { color: @text-warning; } .@{prefix}-label.@{prefix}-error { color: @text-error; } // RTL .@{prefix}-rtl .@{prefix}-label { text-align: right; direction: rtl; }