workspace -> portfolio everywhere
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.global-navigation__context--workspace {
|
||||
&.global-navigation__context--portfolio {
|
||||
.sidenav__link {
|
||||
padding-right: $gap;
|
||||
}
|
||||
|
@@ -1,10 +1,10 @@
|
||||
.workspace-panel-container {
|
||||
.portfolio-panel-container {
|
||||
@include media($large-screen) {
|
||||
@include grid-row;
|
||||
}
|
||||
}
|
||||
|
||||
.workspace-navigation {
|
||||
.portfolio-navigation {
|
||||
@include panel-margin;
|
||||
margin-bottom: $gap * 4;
|
||||
|
@@ -59,11 +59,11 @@
|
||||
align-items: stretch;
|
||||
justify-content: flex-end;
|
||||
|
||||
.topbar__workspace-menu {
|
||||
.topbar__portfolio-menu {
|
||||
margin-right: auto;
|
||||
position: relative;
|
||||
|
||||
.topbar__workspace-menu__toggle {
|
||||
.topbar__portfolio-menu__toggle {
|
||||
margin: 0;
|
||||
border-radius: 0;
|
||||
|
||||
@@ -89,12 +89,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.topbar__workspace-menu__panel {
|
||||
.topbar__portfolio-menu__panel {
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
&.topbar__context--workspace {
|
||||
&.topbar__context--portfolio {
|
||||
background-color: $color-primary;
|
||||
-ms-flex-pack: start;
|
||||
|
||||
|
Reference in New Issue
Block a user