Increase size of click target on topic progress

This commit is contained in:
Robin Ward 2013-10-03 14:33:57 -04:00
parent 3562d02905
commit 46219bbe02
2 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,10 @@
// Base // Base
// -------------------------------------------------- // --------------------------------------------------
button {
outline: 0;
}
.btn { .btn {
display: inline-block; display: inline-block;
outline: 0; outline: 0;

View File

@ -431,12 +431,15 @@ kbd {
border: 0; border: 0;
background: none; background: none;
color: $darkish_gray; color: $darkish_gray;
width: 60px;
text-align: left;
i { i {
font-size: 18px; font-size: 18px;
} }
&:nth-of-type(2) { &:nth-of-type(2) {
right: 4px; right: 4px;
left: auto; left: auto;
text-align: right;
} }
@include hover { @include hover {
color: darken($darkish_gray, 10%); color: darken($darkish_gray, 10%);