Topbar testing
This commit is contained in:
parent
8c0e88c5c4
commit
4dcd49269f
@ -3,11 +3,6 @@
|
|||||||
@include grid-row;
|
@include grid-row;
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col.col--grow {
|
|
||||||
position: relative;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.portfolio-header {
|
.portfolio-header {
|
||||||
@ -25,12 +20,6 @@
|
|||||||
|
|
||||||
&__name {
|
&__name {
|
||||||
@include h1;
|
@include h1;
|
||||||
padding-right: $spacing-medium;
|
|
||||||
position: absolute;
|
|
||||||
top: 50%;
|
|
||||||
left: 0;
|
|
||||||
-webkit-transform: translateX(0%) translateY(-50%);
|
|
||||||
transform: translateX(0%) translateY(-50%);
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -65,3 +65,11 @@
|
|||||||
justify-content: flex-end;
|
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);
|
margin: ($gap * 3) ($site-margins * -4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.usa-section {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<div id='app-root'>
|
<div id='app-root'>
|
||||||
{% include 'components/usa_header.html' %}
|
{% include 'components/usa_header.html' %}
|
||||||
|
|
||||||
{% include 'navigation/topbar.html' %}
|
<div class='login-topbar'>{% include 'navigation/topbar.html' %}</div>
|
||||||
|
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
|
|
||||||
|
@ -10,9 +10,11 @@
|
|||||||
|
|
||||||
<main class="usa-section usa-content">
|
<main class="usa-section usa-content">
|
||||||
{% include "fragments/flash.html" %}
|
{% include "fragments/flash.html" %}
|
||||||
<div class='portfolio-header__name'>
|
<div class="portfolio-header-new">
|
||||||
<p>{{ "portfolios.header" | translate }}</p>
|
<div class='portfolio-header__name'>
|
||||||
<h1>{{ "New Portfolio" }}</h1>
|
<p>{{ "portfolios.header" | translate }}</p>
|
||||||
|
<h1>{{ "New Portfolio" }}</h1>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ StickyCTA(text="Create New Portfolio") }}
|
{{ StickyCTA(text="Create New Portfolio") }}
|
||||||
<base-form inline-template>
|
<base-form inline-template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user