1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 00:24:03 +02:00

Fixes #11867: Add @panel-body-padding variable

This commit is contained in:
Mark Otto
2013-12-14 11:44:54 -08:00
parent ecc6f4e6bc
commit 914f5e6a1d
2 changed files with 4 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
// Panel contents // Panel contents
.panel-body { .panel-body {
padding: 15px; padding: @panel-body-padding;
&:extend(.clearfix all); &:extend(.clearfix all);
} }

View File

@@ -510,8 +510,10 @@
// Panels // Panels
// ------------------------- // -------------------------
@panel-bg: #fff; @panel-bg: #fff;
@panel-inner-border: #ddd; @panel-body-padding: 15px;
@panel-border-radius: @border-radius-base; @panel-border-radius: @border-radius-base;
@panel-inner-border: #ddd;
@panel-footer-bg: #f5f5f5; @panel-footer-bg: #f5f5f5;
@panel-default-text: @gray-dark; @panel-default-text: @gray-dark;