button text position to center text vertically

This commit is contained in:
Trent White
2016-02-11 12:27:32 -05:00
parent cd40362d47
commit c186d8b2be
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ div.subnav {
// BUTTONS
// -----------------------------------------------------
.btn {
padding: 7px 12px 5px 12px;
padding: 6px 12px;
background-image: none;
// .box-shadow(0px 0px 8px @bodyBackground);
border: none;
+1 -1
View File
@@ -14,7 +14,7 @@
color: @textColor;
margin: 0;
padding-left: 1rem;
border-bottom: @simpleBoxBorderWidth solid @bodyBackground;
// border-bottom: @simpleBoxBorderWidth solid @bodyBackground;
}
.simple-box-column {