chages in profiles
This commit is contained in:
@@ -738,23 +738,6 @@ body.resizing-details {
|
||||
.profile-actions {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.profile-status-badge.badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: auto;
|
||||
min-width: 0;
|
||||
min-height: 1rem;
|
||||
max-width: max-content;
|
||||
padding: 0.1rem 0.32rem;
|
||||
border-radius: 999px;
|
||||
font-size: 0.58rem;
|
||||
line-height: 1;
|
||||
letter-spacing: 0.01em;
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.profile-form-grid {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(150px, 1.1fr) minmax(260px, 2.1fr) minmax(
|
||||
@@ -3579,9 +3562,21 @@ body.mobile-mode .mobile-filter-bar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.profile-diagnostics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem;}
|
||||
.profile-diagnostics-card{border:1px solid var(--bs-border-color);border-radius:.5rem;padding:.5rem;background:var(--bs-body-bg);}
|
||||
.profile-diagnostics-card small{display:block;color:var(--bs-secondary-color);}
|
||||
.profile-diagnostics-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.profile-diagnostics-card {
|
||||
border: 1px solid var(--bs-border-color);
|
||||
border-radius: 0.5rem;
|
||||
padding: 0.5rem;
|
||||
background: var(--bs-body-bg);
|
||||
}
|
||||
.profile-diagnostics-card small {
|
||||
display: block;
|
||||
color: var(--bs-secondary-color);
|
||||
}
|
||||
|
||||
.labels-manager {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user