Commit e18a3578 authored by Billy Vong's avatar Billy Vong
Browse files

Update old button selectors 'small' and 'large' to be 'btn-small' and 'btn-large'

parent 3d58b462
3 merge requests!21422.0.2 wip,!2117Update old button selectors 'small' and 'large',!1952Tabulation navigation with Typeahead
Showing with 2 additions and 2 deletions
+2 -2
......@@ -172,11 +172,11 @@ input[type="submit"].btn {
// IE7 has some default padding on button controls
*padding-top: 2px;
*padding-bottom: 2px;
&.large {
&.btn-large {
*padding-top: 7px;
*padding-bottom: 7px;
}
&.small {
&.btn-small {
*padding-top: 3px;
*padding-bottom: 3px;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment