refactor: improve dark theme, add switch component etc, fix stuff

Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
David Ralph
2021-03-20 19:45:49 +00:00
parent b7656fa951
commit e4395497ed
23 changed files with 150 additions and 84 deletions

View File

@@ -65,7 +65,7 @@ li {
height: 15px;
border-radius: 12px;
outline: none;
background: #ecf0f1;
background: var(--sidebar);
border-radius: 12px;
box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
@@ -147,14 +147,21 @@ input[type=color]::-moz-color-swatch {
#customcss,
#customjs {
font-family: Consolas !important;
border: solid 1px black !important;
margin-left: 0px;
padding: 15px;
border-radius: 15px;
background-color: var(--sidebar) !important;
border: none;
margin-left: 0;
}
.MuiCheckbox-colorPrimary.Mui-checked {
.MuiCheckbox-colorPrimary.Mui-checked, .MuiSwitch-colorPrimary.Mui-checked {
color: map-get($button-colours, 'reset') !important;
}
.MuiSwitch-colorPrimary.Mui-checked + .MuiSwitch-track {
background-color: var(--sidebar) !important;
}
.reminder-info {
position: absolute;
bottom: 20px;