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{