|
|
|
@ -725,6 +725,7 @@ select {
|
|
|
|
|
}/* General button styles |
|
|
|
|
-------------------------------------------------- */ |
|
|
|
|
|
|
|
|
|
button, |
|
|
|
|
[class*="button"] { |
|
|
|
|
position: relative; |
|
|
|
|
display: inline-block; |
|
|
|
@ -746,6 +747,7 @@ select {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Active */ |
|
|
|
|
button, |
|
|
|
|
[class*="button"]:active { |
|
|
|
|
padding-top: 5px; |
|
|
|
|
padding-bottom: 3px; |
|
|
|
@ -807,16 +809,20 @@ select {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Block level buttons (full width buttons) */ |
|
|
|
|
button.button-block, |
|
|
|
|
.button-block { |
|
|
|
|
display: block; |
|
|
|
|
padding: 11px 0 13px; |
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
font-size: 16px; |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Active state for block level buttons */ |
|
|
|
|
button.button-block:active, |
|
|
|
|
.button-block:active { |
|
|
|
|
padding: 12px 0; |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Counts in buttons |
|
|
|
|