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
// --------------------------------------------------
button {
outline: 0;
}
.btn {
display: inline-block;
outline: 0;

View File

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