@sb1/ffe-account-selector-react
Version:
Selector for bank accounts with autocomplete.
17 lines (16 loc) • 425 B
CSS
.ffe-account-selector-single {
position: relative;
display: block;
}
.ffe-account-selector-single__details {
padding: var(--ffe-spacing-2xs) var(--ffe-spacing-2xs) 0;
color: var(--ffe-color-foreground-default);
min-height: calc(1lh);
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
}
.ffe-account-selector-single__details--invalid-empty {
display: none;
}