Increase size of click target on topic progress
This commit is contained in:
parent
3562d02905
commit
46219bbe02
|
@ -8,6 +8,10 @@
|
|||
// Base
|
||||
// --------------------------------------------------
|
||||
|
||||
button {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.btn {
|
||||
display: inline-block;
|
||||
outline: 0;
|
||||
|
|
|
@ -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%);
|
||||
|
|
Loading…
Reference in New Issue