Skip to content

Commit

Permalink
Updated maroon card link states. Updated the open button on maroon card.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenravenscraft committed Aug 9, 2024
1 parent 477d494 commit 1382841
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 11 deletions.
6 changes: 3 additions & 3 deletions deploy/css/styles-framework.css

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions deploy/css/styles-panels.css

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion deploy/css/styles-typography.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions development/scss/scss-framework/_main-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ul[role="menubar"] {
padding: 1rem 1.25rem .75rem 1.25rem;
font-family: 'OpenSans', 'Arial', sans-serif;
font-size: .85rem;
font-weight: bold;
font-weight: 600;
color: $gray-extra-light !important;
border: none !important;
border-radius: 0;
Expand Down Expand Up @@ -83,7 +83,7 @@ ul[role="menubar"] {
width: auto;
font-family: 'OpenSans', 'Arial', sans-serif;
font-size: .85rem;
font-weight: bold;
font-weight: 600;
letter-spacing: .025rem;
color: $gray-extra-light;
text-transform: uppercase;
Expand Down
7 changes: 5 additions & 2 deletions development/scss/scss-panels/_panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
.bg-maroon a.cta, .bg-brick a.cta, .bg-gray a.cta, .bg-gray-dark a.cta, .bg-patina a.cta, .bg-patina-dark a.cta, .bg-overlay a.cta {
color: lighten($gold, 15%);
&:hover {
color: $opus !important;
color: lighten($gold, 30%) !important;
}
&:visited {
color: $gold !important;
}
}

Expand All @@ -52,7 +55,7 @@
.bg-gold a.cta, .bg-terracotta-extra-light a.cta {
color: $maroon !important;
&:hover {
color: $brick !important;
color: lighten($maroon, 10%) !important;
}
}

Expand Down
11 changes: 11 additions & 0 deletions development/scss/scss-typography/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,17 @@ button.center {
}
}

.card .content-grid-wrapper.bg-maroon .button-open button {
color: lighten($gold, 10%) !important;
border: solid .125rem lighten($gold, 10%) !important;
background: none;
&:hover {
color: lighten($gold, 10%);
border: solid .125rem lighten($gold, 10%);
background: lighten($maroon, 10%);
}
}

.flex-item button {
width: 100%;
}
Expand Down

0 comments on commit 1382841

Please sign in to comment.