Skip to content

Commit

Permalink
Refactor project styles and update SVG icon colors; enhance plan supp…
Browse files Browse the repository at this point in the history
…ort hover effect

Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Jan 10, 2025
1 parent 8b3ff2e commit 388367e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
10 changes: 7 additions & 3 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -386,14 +386,18 @@ a:not([href]):not([class]):hover {

.matterheader {
font-size: 1.2rem;
color: #00b39f;
color: $casper;
}

.matterinfo .plan-support {
padding: .5rem;
border: .5px solid $casper;
border: .5px solid $border-color;
display: flex;
align-items: center;
color: $casper;
&:hover {
background-color: rgba($primary, 0.3)
}
}

.matterinfo .plan-support .support-icon {
Expand All @@ -407,9 +411,9 @@ a:not([href]):not([class]):hover {
}

.tier {
color: $casper;
font-weight: bold;
padding: 0 5px;
color: $casper;
}


Expand Down
6 changes: 3 additions & 3 deletions layouts/partials/feature-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@

{{ if len $uniqueTiers }}
<div class="matterinfo">
<a href="https://layer5.io/pricing" class="tier-link" target="_blank">
<div class="plan-support all-plans">
<img src="/images/subscription.svg" alt="Icon" class="support-icon adaptive-icon" data-modal="false">
Subscription:
<a href="https://layer5.io/pricing" class="tier-link" target="_blank">
<span class="tier">{{ delimit $uniqueTiers ", " }}</span>
</a>
</div>
</div>
</a>
</div>
{{ end }}
{{ end }}
Expand Down
6 changes: 3 additions & 3 deletions static/images/subscription.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 388367e

Please sign in to comment.