Topbar testing
This commit is contained in:
@@ -3,11 +3,6 @@
|
||||
@include grid-row;
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
.col.col--grow {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.portfolio-header {
|
||||
@@ -25,12 +20,6 @@
|
||||
|
||||
&__name {
|
||||
@include h1;
|
||||
padding-right: $spacing-medium;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
-webkit-transform: translateX(0%) translateY(-50%);
|
||||
transform: translateX(0%) translateY(-50%);
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
|
@@ -65,3 +65,11 @@
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
|
||||
.login-topbar .topbar__navigation {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.login-topbar .topbar__context .topbar__link-icon {
|
||||
margin: 0 0 0 0.8rem;
|
||||
}
|
||||
|
@@ -94,3 +94,7 @@ hr {
|
||||
margin: ($gap * 3) ($site-margins * -4);
|
||||
}
|
||||
}
|
||||
|
||||
.usa-section {
|
||||
padding: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user