feat: redesign settings page

This commit is contained in:
butterfly
2024-04-24 15:44:24 +08:00
parent f7074bba8c
commit c99086447e
55 changed files with 2603 additions and 1446 deletions

View File

@@ -144,10 +144,10 @@ label {
cursor: pointer;
}
input {
text-align: center;
font-family: inherit;
}
// input {
// text-align: center;
// font-family: inherit;
// }
input[type="checkbox"] {
cursor: pointer;
@@ -219,20 +219,20 @@ input[type="range"]::-ms-thumb:hover {
@include thumbHover();
}
input[type="number"],
input[type="text"],
input[type="password"] {
appearance: none;
border-radius: 10px;
border: var(--border-in-light);
min-height: 36px;
box-sizing: border-box;
background: var(--white);
color: var(--black);
padding: 0 10px;
max-width: 50%;
font-family: inherit;
}
// input[type="number"],
// input[type="text"],
// input[type="password"] {
// appearance: none;
// border-radius: 10px;
// border: var(--border-in-light);
// min-height: 36px;
// box-sizing: border-box;
// background: var(--white);
// color: var(--black);
// padding: 0 10px;
// max-width: 50%;
// font-family: inherit;
// }
div.math {
overflow-x: auto;