mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 21:36:40 +07:00
getting node results for search
This commit is contained in:
parent
41a35f1490
commit
94ac596b92
15 changed files with 308 additions and 164 deletions
12
src/components/flow/FlowSearchResults/styles.scss
Normal file
12
src/components/flow/FlowSearchResults/styles.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
.wrap {
|
||||
flex: 1;
|
||||
background: red;
|
||||
}
|
||||
|
||||
.loading {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex: 1;
|
||||
opacity: 0.3;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue