Fix bottom button display

This commit is contained in:
Phillip Thelen
2024-07-30 18:16:25 +02:00
parent 0305ba4269
commit 4d64113613
2 changed files with 6 additions and 5 deletions
+2 -3
View File
@@ -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;
}
}
+4 -2
View File
@@ -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"