git added new style , little style

This commit is contained in:
2026-02-27 19:15:56 -06:00
parent c2aba808ad
commit 805f4835a3
11 changed files with 177 additions and 43 deletions
+26 -7
View File
@@ -414,6 +414,7 @@ form {
padding: 1rem 0.5rem;
min-width: 100px;
min-height: 45px;
max-width: none;
}
.toggleButton.active {
@@ -647,7 +648,7 @@ table td:last-child {
}
.title {
font-size: 2rem;
font-size: 1.9rem;
}
label {
@@ -684,12 +685,30 @@ table td:last-child {
}
.toggleButton {
font-weight: 400;
padding: 1rem 0.5rem;
min-width: 100px;
min-height: 35px;
}
.toggleButton {
font-weight: 400;
padding: 1rem 0.5rem;
min-width: 100px;
min-height: 35px;
}
.gap {
gap: 0.5rem;
}
.information {
margin-top: 0.5rem;
}
table {
border-spacing: 0 0.5rem;
font-size: 1.4rem;
}
.container {
padding: 0.7rem;
}
}
@media (max-height: 960px) {