1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-05 17:46:41 +07:00

submit bar

This commit is contained in:
Fedor Katurov 2019-10-16 10:10:27 +07:00
parent 6bb24fc869
commit 3fdf14d680
10 changed files with 131 additions and 24 deletions
src/containers/main/BottomContainer

View file

@ -4,7 +4,7 @@
bottom: 0;
pointer-events: none;
touch-action: none;
height: 64px;
height: $bar_height;
display: flex;
z-index: 10;
width: 100%;
@ -18,7 +18,7 @@
.content {
position: relative;
flex: 0 1 $content_width;
height: 48px;
height: $bar_height;
display: flex;
align-items: center;
justify-content: flex-end;