0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-30 12:24:19 +01:00
Bootstrap/lib/accordion.less
2012-01-17 23:24:59 -08:00

28 lines
472 B
Plaintext

// ACCORDION
// ---------
// Parent container
.accordion {
margin-bottom: @baseLineHeight;
}
// Group == heading + body
.accordion-group {
background-color: #f5f5f5;
.border-radius(4px);
}
.accordion-heading {
padding: 8px 15px;
border-bottom: 0;
}
.accordion-body {
margin-bottom: 2px;
}
// Inner needs the styles because you can't animate properly with any styles on the element
.accordion-inner {
padding: 9px 15px;
border-top: 1px solid #e5e5e5;
}