New: Improved Indexer disabled popover

This commit is contained in:
Qstick
2023-02-26 21:18:25 -06:00
parent 0e82899958
commit 6482509a1d
12 changed files with 131 additions and 18 deletions
@@ -0,0 +1,11 @@
.title {
composes: title from '~Components/DescriptionList/DescriptionListItemTitle.css';
width: 90px;
}
.description {
composes: title from '~Components/DescriptionList/DescriptionListItemDescription.css';
margin-left: 110px;
}