PHP Classes

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

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

Contents

Class file image Download
// InfoBox .@{prefix}-infobox { .inline-block(); text-shadow: @text-shadow; overflow: hidden; border: 1px solid red; div { display: block; margin: 5px; button { position: absolute; top: 50%; right: 4px; cursor: pointer; margin-top: -8px; display: none; } button:focus { outline: 2px solid @btn-border-hover; } } } .@{prefix}-infobox.@{prefix}-has-help { div { margin-right: 25px; } button { display: block; } } .@{prefix}-infobox.@{prefix}-success { background: @infobox-success-bg; border-color: @infobox-success-border; div { color: @infobox-success-text; } } .@{prefix}-infobox.@{prefix}-warning { background: @infobox-warning-bg; border-color: @infobox-warning-border; div { color: @infobox-warning-text; } } .@{prefix}-infobox.@{prefix}-error { background: @infobox-error-bg; border-color: @infobox-error-border; div { color: @infobox-error-text; } } // RTL .@{prefix}-rtl .@{prefix}-infobox { div { text-align: right; direction: rtl; } }