New portfolio header adjustments
This commit is contained in:
parent
b9ba0e1ab1
commit
15ac65752f
@ -1,6 +1,6 @@
|
|||||||
.empty-state {
|
.empty-state {
|
||||||
max-width: $max-panel-width;
|
max-width: $max-panel-width;
|
||||||
background-color: #f6f6f7;
|
background-color: $color-gray-lightest;
|
||||||
|
|
||||||
&--white {
|
&--white {
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
|
@ -5,6 +5,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.portfolio-header-new .portfolio-header__name {
|
||||||
|
padding: 1.6rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
.portfolio-header {
|
.portfolio-header {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: $gap * 2 0;
|
margin: $gap * 2 0;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<div class="portfolio-header-new">
|
<div class="portfolio-header-new">
|
||||||
<div class='portfolio-header__name'>
|
<div class='portfolio-header__name'>
|
||||||
<p>{{ "portfolios.header" | translate }}</p>
|
<p>{{ "portfolios.header" | translate }}</p>
|
||||||
<h1>{{ "New Portfolio" }}</h1>
|
<h1>{{ 'portfolios.new.title' | translate }}</h1>
|
||||||
</div>
|
</div>
|
||||||
{{ StickyCTA(text="portfolios.new.cta_step_1"|translate, context=("portfolios.new.sticky_header_context"|translate({"step": "1"}) )) }}
|
{{ StickyCTA(text="portfolios.new.cta_step_1"|translate, context=("portfolios.new.sticky_header_context"|translate({"step": "1"}) )) }}
|
||||||
<base-form inline-template>
|
<base-form inline-template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user