1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed inputs

This commit is contained in:
Fedor Katurov 2022-01-04 17:36:05 +07:00
parent 6e89271ea9
commit 811e14fd4c
29 changed files with 566 additions and 901 deletions

View file

@ -62,7 +62,7 @@ const FlowStamp: FC<IProps> = ({ isFluid, onToggleLayout }) => {
title="Поиск"
value={searchText}
handler={setSearchText}
after={after}
suffix={after}
onKeyUp={onKeyUp}
/>
</form>

View file

@ -79,8 +79,6 @@
}
.search_icon {
fill: lighten($content_bg, 8%);
stroke: lighten($content_bg, 8%);
stroke-width: 0.5;
pointer-events: none;
touch-action: none;
@ -88,14 +86,8 @@
.close_icon {
cursor: pointer;
stroke: white;
stroke-width: 0.5;
opacity: 0.5;
transition: opacity 0.25s;
&:hover {
opacity: 0.7;
}
}
.toggles {