Improve settings contrast and add plain phase
This commit is contained in:
@@ -1055,6 +1055,7 @@ button:disabled {
|
||||
gap: 14px;
|
||||
margin: 0 auto;
|
||||
padding: 24px;
|
||||
color: #132033;
|
||||
}
|
||||
|
||||
.settings-page {
|
||||
@@ -1091,6 +1092,22 @@ button:disabled {
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.settings-section {
|
||||
border: 1px solid #dbe6f3;
|
||||
color: #132033;
|
||||
box-shadow: 0 12px 28px rgba(12, 24, 44, 0.1);
|
||||
}
|
||||
|
||||
.settings-section h3,
|
||||
.settings-section strong,
|
||||
.settings-section label {
|
||||
color: #132033;
|
||||
}
|
||||
|
||||
.settings-title span {
|
||||
color: #53677f;
|
||||
}
|
||||
|
||||
.settings-form {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 140px 88px;
|
||||
@@ -1105,6 +1122,10 @@ button:disabled {
|
||||
color: #132033;
|
||||
}
|
||||
|
||||
.settings-form input::placeholder {
|
||||
color: #64748b;
|
||||
}
|
||||
|
||||
.settings-form button {
|
||||
border-radius: 8px;
|
||||
background: #1d5ff0;
|
||||
@@ -1132,8 +1153,10 @@ button:disabled {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
overflow: hidden;
|
||||
border: 1px solid #dce6f2;
|
||||
border-radius: 8px;
|
||||
background: white;
|
||||
color: #132033;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
@@ -1145,10 +1168,18 @@ button:disabled {
|
||||
}
|
||||
|
||||
.settings-table th {
|
||||
color: #6f819a;
|
||||
color: #41546b;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.settings-table td {
|
||||
color: #1f2f46;
|
||||
}
|
||||
|
||||
.settings-table tbody tr:nth-child(even) {
|
||||
background: #f8fbff;
|
||||
}
|
||||
|
||||
.role-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
@@ -1161,6 +1192,7 @@ button:disabled {
|
||||
border: 1px solid #dce5f1;
|
||||
border-radius: 8px;
|
||||
background: white;
|
||||
color: #132033;
|
||||
}
|
||||
|
||||
.role-card strong {
|
||||
@@ -1171,7 +1203,7 @@ button:disabled {
|
||||
.role-card span,
|
||||
.settings-section dd,
|
||||
.settings-section dt {
|
||||
color: #6f819a;
|
||||
color: #53677f;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user