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:
parent
6bb24fc869
commit
3fdf14d680
10 changed files with 131 additions and 24 deletions
src/containers/main/BottomContainer
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue