2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Merge pull request #9373 from ggam/button-sizes

Added button-size mixin
This commit is contained in:
Mark Otto
2013-08-12 10:40:56 -07:00
2 changed files with 13 additions and 8 deletions
+9
View File
@@ -384,6 +384,15 @@
}
}
// Button sizes
// -------------------------
.button-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {
padding: @padding-vertical @padding-horizontal;
font-size: @font-size;
line-height: @line-height;
border-radius: @border-radius;
}
// Labels
// -------------------------
.label-variant(@color) {