diff --git a/less/buttons.less b/less/buttons.less
index d611372..a65ae11 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -1,13 +1,13 @@
.btn {
background: #999;
- color: #fff;
- display: inline-block; /* Enables non-inline-block elements like
s to be buttons */
- font-size: 2.5em;
- padding: 15px 40px 16px;
- margin: .3em .2em 0 0;
- cursor: pointer;
- border: 0;
border-radius: 10px; /* rounded corners */
+ border: 0;
+ color: #fff;
+ cursor: pointer;
+ display: inline-block; /* Enables non-inline-block elements like
s to be buttons */
+ font-size: 2.5em;
+ margin: .3em .2em 0 0;
+ padding: 15px 40px 16px;
}
.btn:hover {
@@ -50,7 +50,7 @@
}
.btn-sm {
- padding: 10px 15px 11px;
- font-size: .9em;
border-radius: 4px; /* rounded corners */
+ font-size: .9em;
+ padding: 10px 15px 11px;
}
diff --git a/sass/_button.scss b/sass/_button.scss
index f41b62b..519a70c 100644
--- a/sass/_button.scss
+++ b/sass/_button.scss
@@ -24,9 +24,10 @@
// Set Generic