summaryrefslogtreecommitdiff
path: root/amelia/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-10-28 17:03:08 -0400
committerThomas Park <thomas@thomaspark.me>2012-10-28 17:03:08 -0400
commit842f92385aa27b5cca2936bd34c702d700e9a3d0 (patch)
tree1f498e11139fc0071d40f0c4c765d012ca5f30a4 /amelia/bootswatch.less
parent5344f16f431cd362640cc02a9a3b995f39bfe061 (diff)
amelia: different sizes for btns, closes #40
Diffstat (limited to 'amelia/bootswatch.less')
-rwxr-xr-xamelia/bootswatch.less10
1 files changed, 9 insertions, 1 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less
index c5c7b87e..8065f75b 100755
--- a/amelia/bootswatch.less
+++ b/amelia/bootswatch.less
@@ -447,8 +447,16 @@ div.subnav {
.buttonBackgroundCustom(@btnPrimaryBackground);
}
+.btn-large {
+ padding: 20px 24px;
+}
+
.btn-small {
- padding: 13px 16px 12px;
+ padding: 8px 12px;
+}
+
+.btn-mini {
+ padding: 4px 8px;
}
[class^="icon-"], [class*=" icon-"] {