mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
added search form
This commit is contained in:
parent
02885b89d5
commit
81c9a5d7b3
5 changed files with 52 additions and 57 deletions
|
@ -3,12 +3,18 @@
|
|||
justify-content: stretch;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
background: $content_bg;
|
||||
padding: $gap;
|
||||
|
||||
& > div {
|
||||
// background: $content_bg;
|
||||
// @include outer_shadow();
|
||||
// background: darken($content_bg, 4%);
|
||||
}
|
||||
@include outer_shadow();
|
||||
}
|
||||
|
||||
.search {
|
||||
background: lighten($content_bg, 3%);
|
||||
border-radius: $radius $radius 0 0;
|
||||
padding: $gap;
|
||||
|
||||
@include outer_shadow();
|
||||
}
|
||||
|
||||
.item {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue