From 0e002f58c13e067205237b183ae8c297e74aa9a8 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 28 Feb 2019 16:35:34 -0500 Subject: [PATCH] changing button colors --- css/app.css | 14 ++++++++------ scss/_blog.scss | 5 +++-- scss/_sidebar.scss | 5 +++-- sidebar.php | 4 +++- 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/css/app.css b/css/app.css index 0a60964..960da12 100644 --- a/css/app.css +++ b/css/app.css @@ -7991,13 +7991,14 @@ body #glm-member-front-header .glm-button.button { .blog-feed-post p { font-size: 0.8125rem; } .blog-feed-post a.read-more { - color: #FFFFFF; - background: #E6E125; + color: #54BB54; + background: #16345B; border-radius: 5px; padding: 5px; margin-top: 15px; display: block; - width: 145px; } + width: 145px; + text-align: center; } .home-feed-post { padding-bottom: 25px; } @@ -8263,16 +8264,17 @@ a#calendar-link { position: absolute; bottom: 0; left: 70px; - background-color: #E6E125; + background-color: #16345B; box-shadow: 3px 3px 2px lightgrey; text-align: center; } .visitor-view-order a { - color: white; + color: #54BB54; font-family: arial; font-style: normal; font-size: 12px; font-weight: bold; - padding: 4px; } + padding: 4px; + text-align: center; } .separator { color: white; } diff --git a/scss/_blog.scss b/scss/_blog.scss index d8fad24..624ba05 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -149,13 +149,14 @@ font-size: rem-calc(13); } a.read-more { - color: $white; - background: $revamp-yellow; + color: $revamp-green; + background: $revamp-blue; border-radius: 5px; padding: 5px; margin-top: 15px; display: block; width: 145px; + text-align: center; } } diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index 20f4309..eb1d78b 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -218,16 +218,17 @@ a#calendar-link { position: absolute; bottom: 0; left: 70px; - background-color: $revamp-yellow; + background-color: $revamp-blue; box-shadow: 3px 3px 2px lightgrey; text-align: center; a { - color: white; + color: $revamp-green; font-family: arial; font-style: normal; font-size: 12px; font-weight: bold; padding: 4px; + text-align: center; } } .separator{ diff --git a/sidebar.php b/sidebar.php index 70164ea..9640492 100644 --- a/sidebar.php +++ b/sidebar.php @@ -6,7 +6,9 @@ - View all events + + VIEW ALL EVENTS +
-- 2.17.1