From a97d46b0f5d8cb8096c5ef1b3057dcac50bed311 Mon Sep 17 00:00:00 2001 From: thiagourias Date: Thu, 15 Aug 2019 11:07:40 -0300 Subject: [PATCH] =?UTF-8?q?Incorporando=20altera=C3=A7=C3=B5es=20feitas=20?= =?UTF-8?q?por=20@thiagourias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/courselist.scss | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/scss/courselist.scss b/scss/courselist.scss index 553acfd..34ac966 100644 --- a/scss/courselist.scss +++ b/scss/courselist.scss @@ -116,11 +116,23 @@ body#page-enrol-index { } .btn-mais-info:hover{ - -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.58); - -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.58); - box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.58); + -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.58) !important; + -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.58)!important; + box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.58)!important; + color: white!important; + background-color: #0072ed !important; + border-color: #0072ed !important; + } +.btn-primary:hover{ + -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.58) !important; + -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.58)!important; + box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.58)!important; + color: white!important; + background-color: #0072ed !important; + border-color: #0072ed !important; +} .textCardEdited { font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif; font-size: 16px; @@ -152,9 +164,12 @@ body#page-enrol-index { } .btn-inscrever:hover{ - -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.58); - -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.58); - box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.58); + -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.58) !important; + -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.58) !important; + box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.58) !important; + color: #fff !important; + background-color: #30c752 !important; + border-color: #30c752 !important; } .card-body{