git added new style , little style
This commit is contained in:
+26
-7
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user