From a0a08279399f7af97053c382cc6dabe0f3551826 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 1 Mar 2019 13:42:07 -0500 Subject: [PATCH] adding white gradient and colored icons --- css/app.css | 24 ++++++++++++------------ header.php | 2 +- scss/_page.header.scss | 8 ++++---- scss/mixins/_gradient.scss | 6 +++--- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/css/app.css b/css/app.css index f88a2ba..6c29819 100644 --- a/css/app.css +++ b/css/app.css @@ -6739,9 +6739,9 @@ a[href^=tel] { header#page-header { height: 295px; - background: -webkit-linear-gradient(top, #000000 5%, rgba(0, 0, 0, 0) 100%); - background: -moz-linear-gradient(center top, #000000 5%, rgba(0, 0, 0, 0) 100%); - background: -ms-linear-gradient(top, #000000 5%, rgba(0, 0, 0, 0) 100%); + background: -webkit-linear-gradient(top, #ffffff 5%, rgba(255, 255, 255, 0) 50%); + background: -moz-linear-gradient(center top, #ffffff 5%, rgba(255, 255, 255, 0) 50%); + background: -ms-linear-gradient(top, #ffffff 5%, rgba(255, 255, 255, 0) 50%); position: relative; padding-top: 11px; z-index: 5; } @@ -6838,16 +6838,16 @@ ul#sec-nav { ul#sec-nav li { display: inline; } ul#sec-nav li a { - color: #FFFFFF; + color: #16345B; font-size: 12px; padding: 0 8px; } ul#sec-nav > li { position: relative; } ul#sec-nav > li:before { - color: #FFFFFF; + color: #16345B; content: "|"; position: absolute; - top: 2px; + top: 3px; left: -4px; font-size: 12px; display: block; } @@ -7690,9 +7690,9 @@ h2#slide-text { margin-left: 15px; } #glm-event-wrapper .glm-event-day-row { border: 1px solid #FFFFFF; - background: -webkit-linear-gradient(top, #f2f2f2 5%, #FFFFFF 100%); - background: -moz-linear-gradient(center top, #f2f2f2 5%, #FFFFFF 100%); - background: -ms-linear-gradient(top, #f2f2f2 5%, #FFFFFF 100%); } + background: -webkit-linear-gradient(top, #f2f2f2 5%, #FFFFFF 50%); + background: -moz-linear-gradient(center top, #f2f2f2 5%, #FFFFFF 50%); + background: -ms-linear-gradient(top, #f2f2f2 5%, #FFFFFF 50%); } #glm-event-wrapper .glm-event-day-event { border: 1px solid #CCCCCC; } #glm-event-wrapper .glm-event-day-event:hover { @@ -7708,9 +7708,9 @@ h2#slide-text { #glm-event-wrapper .glm-event-cal { border: 1px solid #690433; } #glm-event-wrapper .glm-event-cal-day-container { - background: -webkit-linear-gradient(top, #FFFFFF 5%, #f2f2f2 100%); - background: -moz-linear-gradient(center top, #FFFFFF 5%, #f2f2f2 100%); - background: -ms-linear-gradient(top, #FFFFFF 5%, #f2f2f2 100%); } + background: -webkit-linear-gradient(top, #FFFFFF 5%, #f2f2f2 50%); + background: -moz-linear-gradient(center top, #FFFFFF 5%, #f2f2f2 50%); + background: -ms-linear-gradient(top, #FFFFFF 5%, #f2f2f2 50%); } #glm-event-wrapper .glm-event-cal-month { background-color: #690433; color: #fff; } diff --git a/header.php b/header.php index ace371a..c7efe6d 100644 --- a/header.php +++ b/header.php @@ -67,7 +67,7 @@ Note 2: 'Nb cols' parameter for Bootstrap only.