style(checkbox): Match mui design

Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
alexsparkes
2024-06-05 14:40:29 +01:00
parent 2c98737e21
commit c1f470f73f
8 changed files with 21 additions and 53 deletions

View File

@@ -1,18 +1,3 @@
.updateChangelog {
max-width: 75%;
margin-top: 15px;
white-space: pre-wrap;
font-size: 18px;
a {
color: var(--modal-link);
&:hover {
opacity: 0.8;
}
}
}
.changelogtab {
.mainTitle {
margin: 0 !important;
@@ -21,4 +6,10 @@
img {
max-width: 95%;
}
a {
&:hover {
opacity: 0.8;
}
}
}