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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user