1
0
Fork 0
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:
Fedor Katurov 2020-04-18 14:10:12 +07:00
parent 02885b89d5
commit 81c9a5d7b3
5 changed files with 52 additions and 57 deletions

View file

@ -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 {