2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Added button-size mixin

This commit is contained in:
ggam
2013-08-12 14:07:19 +02:00
parent 175a112548
commit 6993db1840
2 changed files with 13 additions and 8 deletions
+9
View File
@@ -394,6 +394,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) {