PHP Classes

File: source/asset/crules/bootstrap-switch-master/src/less/bootstrap3/mixins/panels.less

Recommend this page to a friend!
  Classes of ask sa sa   Rimau waf   source/asset/crules/bootstrap-switch-master/src/less/bootstrap3/mixins/panels.less   Download  
File: source/asset/crules/bootstrap-switch-master/src/less/bootstrap3/mixins/panels.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Rimau waf
Application to configure Web server module options
Author: By
Last change:
Date: 1 year ago
Size: 537 bytes
 

Contents

Class file image Download
// Panels .panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) { border-color: @border; & > .panel-heading { color: @heading-text-color; background-color: @heading-bg-color; border-color: @heading-border; + .panel-collapse > .panel-body { border-top-color: @border; } .badge { color: @heading-bg-color; background-color: @heading-text-color; } } & > .panel-footer { + .panel-collapse > .panel-body { border-bottom-color: @border; } } }