From 2794e7cd0e4c4a4bb0228b01beae423132ba1f42 Mon Sep 17 00:00:00 2001 From: Adam Scott Date: Fri, 15 Nov 2024 14:27:40 -0500 Subject: [PATCH] Add color to wishlist buttons --- assets/css/priorities/base.scss | 13 +++++++++++++ pages/priorities/index.html | 27 +++++++++++++++++++++------ 2 files changed, 34 insertions(+), 6 deletions(-) diff --git a/assets/css/priorities/base.scss b/assets/css/priorities/base.scss index 158ca60605..bda95d64b3 100644 --- a/assets/css/priorities/base.scss +++ b/assets/css/priorities/base.scss @@ -23,6 +23,8 @@ $border-radius: 15px; $element-meta-planning-bar-width: 15%; $element-meta-ongoing-bar-width: 50%; +$color-red: #f35774; + // // Functions // @@ -141,6 +143,17 @@ html { .contact { grid-area: contact; } + + .wishlist-btn-anchor { + text-decoration: none; + color: $color-red; + } + + .wishlist-btn-text { + display: flex; + justify-content: center; + align-items: center; + } } } diff --git a/pages/priorities/index.html b/pages/priorities/index.html index 79d9754420..db8346278d 100644 --- a/pages/priorities/index.html +++ b/pages/priorities/index.html @@ -79,14 +79,29 @@

Priorities

  • where corporate partners could lend a helping hand
  • - - -
    How to contribute
    +
    +
    + How to contribute + + + +
    - -
    Contact the Foundation
    +
    +
    + Contact the Foundation + + + +