💄 (actions) change action button

This commit is contained in:
2020-07-15 20:42:30 +02:00
parent 42d29e28e1
commit 4f387d8dbf
2 changed files with 13 additions and 13 deletions

View File

@@ -130,6 +130,17 @@ export default defineComponent({
}
}
.actions {
display: flex;
justify-content: center;
button {
display: flex;
justify-content: center;
align-items: center;
}
}
.global-time {
font-size: calc(3em + 10vw);
}