mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added lab search
This commit is contained in:
parent
16d12f92da
commit
ddf2b6eda3
16 changed files with 149 additions and 28 deletions
16
src/components/lab/LabNoResults/styles.module.scss
Normal file
16
src/components/lab/LabNoResults/styles.module.scss
Normal file
|
@ -0,0 +1,16 @@
|
|||
@import "src/styles/variables";
|
||||
|
||||
.wrap {
|
||||
padding: $gap * 2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 33vh;
|
||||
}
|
||||
|
||||
.title {
|
||||
text-transform: uppercase;
|
||||
font: $font_20_semibold;
|
||||
margin-bottom: $gap * 2;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue