Fixed: (UI) Show available indexers count in Add Indexer

This commit is contained in:
Bogdan
2023-07-13 00:37:57 +03:00
parent 4a88b70f40
commit 9bac2992b5
4 changed files with 32 additions and 6 deletions
@@ -72,3 +72,20 @@
margin-left: -30px;
}
}
.modalFooter {
composes: modalFooter from '~Components/Modal/ModalFooter.css';
justify-content: space-between;
}
.available {
font-weight: bold;
}
@media only screen and (max-width: $breakpointExtraSmall) {
.modalFooter {
flex-direction: column;
gap: 10px;
}
}