bottomBar responsive
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
This commit is contained in:
parent
99ccc15ba9
commit
f24b296ff7
15 changed files with 445 additions and 303 deletions
|
|
@ -16,10 +16,6 @@
|
|||
transition: bottom var(--transition-scroll);
|
||||
|
||||
|
||||
|
||||
|
||||
// border-top: 2px solid var(--grey-800);
|
||||
|
||||
.progress-container{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
@ -90,4 +86,21 @@
|
|||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@media #{$small} {
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
.bottom-bar__inner{
|
||||
height: calc(var(--header-h)*0.5);
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.title-group, .btn--download, .btn--back-to-top{ display: none; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue