0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Added panel-variant mixin

This commit is contained in:
Guillermo González de Agüero 2013-08-07 20:15:12 +02:00
parent d490c35af3
commit a24bc28de8

View File

@ -337,6 +337,17 @@
background-color: @color;
}
// 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;
}
}
// Alerts
// -------------------------
.alert-variant(@background; @border; @text-color) {