studio - soft landing UI: button tweaks

This commit is contained in:
Brian Talbot
2013-02-04 08:21:32 -05:00
parent 4946eace2a
commit e207881b50
2 changed files with 3 additions and 1 deletions

View File

@@ -73,7 +73,7 @@
display:block;
width: 100%;
padding: ($baseline*0.75) ($baseline/2);
font-weight: 600 !important;
font-weight: 600;
text-transform: uppercase;
}
}

View File

@@ -370,6 +370,7 @@
@include blue-button;
@include transition(all .15s);
@include font-size(14);
padding: ($baseline/4) ($baseline/2);
text-transform: uppercase;
font-weight: 600 !important;
}
@@ -381,6 +382,7 @@
@include white-button;
@include transition(all .15s);
@include font-size(14);
padding: ($baseline/4) ($baseline/2);
text-transform: uppercase;
font-weight: 600 !important;
}