Convert Add Indexer Modal to Typescript

This commit is contained in:
Bogdan
2024-07-26 06:25:37 +03:00
parent 5464b23329
commit f1fdec6822
9 changed files with 486 additions and 457 deletions
@@ -19,12 +19,18 @@
margin-bottom: 16px;
}
.alert {
.notice {
composes: alert from '~Components/Alert.css';
margin-bottom: 20px;
}
.alert {
composes: alert from '~Components/Alert.css';
text-align: center;
}
.scroller {
flex: 1 1 auto;
}