clean install

This commit is contained in:
2024-12-10 15:08:16 +01:00
commit e14eb2d8fd
31193 changed files with 3555714 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
.system-status-report__requirements-group {
h3 {
margin-top: 0;
}
}
.system-status-report__row {
border-bottom: 1px solid var(--gin-border-color);
}
.system-status-counter__status-icon {
background-color: transparent;
border: 0 none;
box-shadow: none;
}
.system-status-general-info,
.system-status-report__requirements-group,
.system-status-report {
padding: var(--gin-spacing-m);
h3 + .divider,
.divider:last-child {
display: none;
}
}
.system-status-general-info {
&__items {
margin: var(--gin-spacing-m) 0 0;
}
&__item {
border: 0 none;
box-shadow: none;
}
}
.system-status-general-info__header,
.system-status-report__requirements-group > h3,
.system-themes-list__header {
text-transform: none;
margin: calc(var(--gin-spacing-xs) * -1) 0 var(--gin-spacing-m) 0;
}
.claro-details__summary--system-status-report {
background: transparent;
}