New portfolio header adjustments

This commit is contained in:
hmbrink
2020-01-27 13:46:56 -05:00
parent b9ba0e1ab1
commit 15ac65752f
3 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
.empty-state {
max-width: $max-panel-width;
background-color: #f6f6f7;
background-color: $color-gray-lightest;
&--white {
background-color: $color-white;

View File

@@ -5,6 +5,10 @@
}
}
.portfolio-header-new .portfolio-header__name {
padding: 1.6rem 0;
}
.portfolio-header {
flex-direction: column;
margin: $gap * 2 0;