added ImportPopup

This commit is contained in:
Gani Georgiev
2022-08-06 08:03:34 +03:00
parent 93ab5fbea2
commit 4e58e7ad6a
11 changed files with 118 additions and 660 deletions
+1 -1
View File
@@ -667,7 +667,7 @@ a,
border: 1px solid var(--baseAlt1Color);
border-radius: var(--baseRadius);
.list-item {
word-break: break-all;
word-break: break-word;
position: relative;
display: flex;
align-items: center;
+1
View File
@@ -495,6 +495,7 @@ select {
font-size: var(--smFontSize);
line-height: var(--smLineHeight);
color: var(--txtHintColor);
word-break: break-word;
}
.help-block-error {
color: var(--dangerColor);