feat: 7.0 or something daft like that

Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
alexsparkes
2023-09-12 14:39:35 +01:00
parent 5046f3aa07
commit c5689556d9
5 changed files with 28 additions and 8 deletions

View File

@@ -16,6 +16,7 @@
.Toastify__close-button {
align-self: center !important;
color: var(--modal-text) !important;
}
.Toastify__progress-bar--default {

View File

@@ -118,3 +118,16 @@ body {
format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
.statsTopBar {
display: flex;
justify-content: space-between;
align-items: center;
button {
margin-bottom: 15px;
flex-flow: row !important;
padding-left: 20px;
padding-right: 20px;
}
}