AccountTimeline: add SubNavigation
This commit is contained in:
parent
9871c4dff1
commit
ec22cc8afa
7 changed files with 19 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -335,3 +335,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 896px) {
|
||||
.account-timeline .sub-navigation {
|
||||
top: 134px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -625,6 +625,12 @@
|
|||
overflow-y: auto;
|
||||
}
|
||||
|
||||
&__description {
|
||||
font-size: 14px;
|
||||
margin: 5px 0 15px;
|
||||
color: var(--primary-text-color--faint);
|
||||
}
|
||||
|
||||
&__close {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -949,3 +955,7 @@
|
|||
.column .explanation-box {
|
||||
background: var(--foreground-color);
|
||||
}
|
||||
|
||||
.sub-navigation + .account__section-headline {
|
||||
background: var(--foreground-color);
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
width: 100%;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
z-index: 1100;
|
||||
transition: transform 0.2s ease;
|
||||
|
||||
&--collapsed {
|
||||
|
|
|
@ -346,10 +346,11 @@
|
|||
width: 100%;
|
||||
|
||||
&__top {
|
||||
@include standard-panel-shadow;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
z-index: 105;
|
||||
z-index: 1000;
|
||||
background: var(--foreground-color);
|
||||
|
||||
@media (min-width: 896px) {
|
||||
|
|
Loading…
Reference in a new issue