1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 14:16: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

View file

@ -1,14 +1,8 @@
.place {
position: relative;
height: 64px;
height: $bar_height;
flex: 0 1 500px;
display: flex;
&:hover {
.seeker {
transform: translate(0, -64px);
}
}
}
.wrap {
@ -22,7 +16,7 @@
top: 0;
left: 0;
width: 100%;
height: 64px;
height: $bar_height;
flex-direction: column;
transform: translate(0, 0);
z-index: 3;
@ -30,18 +24,18 @@
}
.status {
flex: 0 0 64px;
flex: 0 0 $bar_height;
display: flex;
flex-direction: row;
width: 100%;
position: absolute;
z-index: 1;
height: 64px;
height: $bar_height;
}
.playpause,
.close {
flex: 0 0 48px;
flex: 0 0 $bar_height;
display: flex;
align-items: center;
justify-content: center;