2022-09-22 09:45:50 +08:00
|
|
|
.new-user-wrapper {
|
2022-10-07 12:20:39 +08:00
|
|
|
.user-navigation {
|
|
|
|
width: 100%;
|
2022-09-22 09:45:50 +08:00
|
|
|
|
2022-10-07 12:20:39 +08:00
|
|
|
.nav-pills {
|
|
|
|
overflow-x: auto;
|
|
|
|
scrollbar-width: none;
|
2022-09-22 09:45:50 +08:00
|
|
|
|
2022-10-07 12:20:39 +08:00
|
|
|
&::-webkit-scrollbar {
|
|
|
|
display: none;
|
2022-09-22 09:45:50 +08:00
|
|
|
}
|
2022-10-12 05:15:58 +08:00
|
|
|
}
|
|
|
|
}
|
2022-09-22 09:45:50 +08:00
|
|
|
|
2022-11-23 11:53:08 +08:00
|
|
|
// For backwards compatibility with legacy design
|
|
|
|
.user-secondary-navigation {
|
|
|
|
margin-top: 1.5em;
|
|
|
|
}
|
|
|
|
|
2022-10-12 05:15:58 +08:00
|
|
|
.user-navigation-secondary {
|
|
|
|
font-size: var(--font-up-1);
|
|
|
|
|
|
|
|
.nav-pills {
|
|
|
|
flex-wrap: nowrap;
|
2022-10-07 12:20:39 +08:00
|
|
|
li {
|
2022-10-12 05:15:58 +08:00
|
|
|
flex: 1 0 auto;
|
2022-09-22 09:45:50 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-nav-dropdown-list-item {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-nav-dropdown-chevron {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-nav-dropdown-button {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-nav-dropdown-submenu {
|
|
|
|
box-sizing: border-box;
|
|
|
|
position: relative;
|
|
|
|
top: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
|
|
|
|
padding: 0.5em 0 1em 1.65em;
|
|
|
|
|
|
|
|
li a {
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 0.75em 1em;
|
|
|
|
width: 100%;
|
|
|
|
@include ellipsis;
|
|
|
|
}
|
|
|
|
}
|
2022-10-12 05:15:58 +08:00
|
|
|
|
|
|
|
#navigation-bar {
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-user-content-wrapper {
|
|
|
|
.user-content {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
2022-09-22 09:45:50 +08:00
|
|
|
}
|