F1: drop the two HomeView edition-gate panels + their files (License/BackupFailed).
F2: delete zero-importer orphans (edition mutation, HubspotForm, HomepageFilter,
relations mutation, ActivityLogsView cluster, ExperimentalFeatures subtree).
F3: collapse single-option selectors (Backup settings, init restore, env types)
and delete the option files they orphaned.
F4: remove dead BE-teaser CSS rules and the --BE-only variable.
Also drop the orphaned .btn-warninglight BE-teaser variant.
F5 (limitedToBE) intentionally left — it is still read by BoxSelectorAngular.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
40 lines
470 B
CSS
40 lines
470 B
CSS
.box-selector-item {
|
|
flex: 1;
|
|
}
|
|
|
|
.box-selector-item .header {
|
|
@apply text-black;
|
|
@apply th-dark:text-white;
|
|
@apply th-highcontrast:text-white;
|
|
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
user-select: none;
|
|
}
|
|
|
|
.image-container {
|
|
margin-bottom: 0;
|
|
text-align: left;
|
|
}
|
|
|
|
.icon,
|
|
.icon img {
|
|
font-size: 90px;
|
|
}
|
|
|
|
.slim .icon {
|
|
font-size: 56px;
|
|
}
|
|
|
|
.icon > svg {
|
|
margin-left: -5px;
|
|
}
|
|
|
|
.header pr-icon {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.content {
|
|
padding-left: 20px;
|
|
}
|