Sha256: 95e25c46a5dcffbdd78e6c3d242a411336adb6a30eb60f484db8d53712aceb6c

Contents?: true

Size: 1.65 KB

Versions: 30

Compression:

Stored size: 1.65 KB

Contents

// Base style
.accordion .panel-group .panel .panel-body {
  p {
    font-weight: 300;
  }
  
  ul > li {
    font-weight: 300;
  }
}

.accordion .panel-group .panel .panel-heading {
  padding: 0px;
  
  .panel-title > div,
  .panel-title > a {
    font-size: 90%;
    display: block;
    padding-left: 10px;
    line-height: 54px;
    height: 54px;
    cursor: pointer;
    
    &:hover {
      text-decoration: none;
    }
  }
  
  .panel-title i,
  .panel-title .caret-up,
  .panel-title .caret-down {
    margin-left: 10px;
  }
  
  .panel-title a.btn.pull-right {
    margin-top: 10px;
    margin-right: 10px;
  }
  
  .panel-title span.pull-right {
    margin-right: 10px;
  }
  
  .panel-title span.caret.pull-right {
    margin-top: 26px;
  }
}

// Accordion Black background style
.accordion.inverse {
  
  .panel-group > .panel,
  .panel-group > .panel > .panel-heading {
    background-color: @bg-inverse-color;
    border: none;
  }
  
  .panel-group > .panel > .panel-heading > .panel-title .text-muted {
    color: @text-inverse-color;
    font-weight: 700;
  }
  
  .panel-group > .panel > .panel-collapse > .panel-body {
    border-top: solid 1px black;
  }
  
  .panel-group > .panel > .panel-heading > .panel-title > .caret-up,
  .panel-group > .panel > .panel-heading > .panel-title > .caret-down {
    color: @text-inverse-color;
  }
}

// Accordion Compact style
.accordion.accordion-compact {
  margin-top: 40px;
  
  .panel-group .panel .panel-heading .panel-title > a {
    line-height: 35px;
    height: 35px;
  }

  .panel-group .panel .panel-heading .panel-title span.caret.pull-right {
    margin-top: 17px;
  }

  .panel-group .panel {
    margin: 11px 0px;
  }
}

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
mno-enterprise-frontend-3.4.0 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-3.3.3 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-3.3.2 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-3.2.1 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-3.3.1 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-3.3.0 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-3.2.0 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-3.1.4 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-3.0.7 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-2.0.9 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-3.1.3 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-3.0.6 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-2.0.8 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-3.1.2 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-3.0.5 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-2.0.7 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-2.0.6 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-2.0.5 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-3.1.1 app/assets/stylesheets/mno_enterprise/custom/accordion.less
mno-enterprise-frontend-3.0.4 app/assets/stylesheets/mno_enterprise/custom/accordion.less