updates to portfolio landing page

- darker gray for breadcrumbs and subheads
- larger font size for subheads
- updated toggle for environmnets list per-application
- more padding for application row
This commit is contained in:
dandds
2019-04-30 16:37:40 -04:00
parent 106fe17aa7
commit 1484473bd7
3 changed files with 18 additions and 16 deletions

View File

@@ -34,10 +34,10 @@
.portfolio-breadcrumbs__home {
&.icon-link--disabled {
color: $color-gray-medium;
color: $color-gray-dark;
opacity: 1;
.icon {
@include icon-color($color-gray-medium);
@include icon-color($color-gray-dark);
}
}
}
@@ -153,8 +153,6 @@
color: $color-gray-dark;
padding: $gap 0;
text-transform: uppercase;
opacity: 0.54;
font-size: $small-font-size;
font-weight: bold;
margin-bottom: 3 * $gap;
}

View File

@@ -54,11 +54,16 @@
.accordion__actions {
margin-top: $gap;
margin-bottom: $gap * 0.5;
display: flex;
flex-direction: row;
.icon-link {
font-size: $small-font-size;
svg {
width: 1rem;
}
}
.counter {