Fix bottom button display
This commit is contained in:
@@ -176,11 +176,11 @@
|
||||
|
||||
.btn-warning {
|
||||
background: $orange-10;
|
||||
border: 1px solid transparent;
|
||||
color: $white;
|
||||
|
||||
&:hover:not(:disabled):not(.disabled) {
|
||||
background: $orange-100;
|
||||
border: 1px solid transparent;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
@@ -195,7 +195,6 @@
|
||||
|
||||
&:not(:disabled):not(.disabled):active, &:not(:disabled):not(.disabled).active {
|
||||
background: $orange-10;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -308,10 +308,12 @@
|
||||
>-30 Days</a>
|
||||
<div class="my-2">
|
||||
Time Traveling! It is {{ new Date().toLocaleDateString() }}
|
||||
<a
|
||||
<button
|
||||
class="btn btn-warning mr-1"
|
||||
@click="resetTime()"
|
||||
>Reset</a>
|
||||
>
|
||||
Reset
|
||||
</button>
|
||||
</div>
|
||||
<a
|
||||
class="btn btn-secondary mr-1"
|
||||
|
||||
Reference in New Issue
Block a user