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