diff --git a/frontend/src/common/scss/main.scss b/frontend/src/common/scss/main.scss old mode 100644 new mode 100755 index 810f548e..8ed92d9c --- a/frontend/src/common/scss/main.scss +++ b/frontend/src/common/scss/main.scss @@ -33,6 +33,16 @@ h1, h2, h3, h4, h5, h6 { min-height: 65vh; } +button:active { +outline: none; +border: 0px solid transparent; +} + +button:focus, .btn:focus{ + outline: none !important; + box-shadow: none !important; +} + // Main navigation .al-primary-navbar { background: $al-c-black-pearl; @@ -163,6 +173,8 @@ a, .btn { transition-duration: .12s; } + + // WYSIWYG .al-wysiwyg { $al-wysiwyg-font-size: $al-font-base-size - 1px; diff --git a/frontend/src/modules/page_certified/main.scss b/frontend/src/modules/page_certified/main.scss index 263637d7..01a8348d 100755 --- a/frontend/src/modules/page_certified/main.scss +++ b/frontend/src/modules/page_certified/main.scss @@ -63,6 +63,9 @@ height: 25px; margin-right: 20px; } + .info-flex .text .info { + padding-left: 7px; + } button.request { background-color: #0069D9; border: 0; @@ -75,15 +78,17 @@ text-align: center; padding: 60px 0px; } - .test-cta button { + .test-cta button, .test-cta a { background-color: #87D831; color: #000; border: 0; padding: 17px 50px; - margin-top: 20px; + margin-top: 0; cursor: pointer; font-size: 16px; + text-decoration: None; } + section.test { background-color: #0F4266; padding: 80px 0px; diff --git a/frontend/src/modules/page_index/main.scss b/frontend/src/modules/page_index/main.scss old mode 100644 new mode 100755 index 42b0c811..276d06b1 --- a/frontend/src/modules/page_index/main.scss +++ b/frontend/src/modules/page_index/main.scss @@ -180,11 +180,17 @@ padding-bottom: 80px; } + .al-newsletter-input{ + background-color: white; + } + .al-newsletter-button { - background: #0e3b5c; + background: #86da2f; + color: #000518; &:hover { - background: lighten(#0e3b5c, 5%); + color: #000518; + background: #79cb24; } } } @@ -214,7 +220,7 @@ content: close-quote; padding-left: 3px; } - + &:before, &:after { font-family: $al-font-family-accent; diff --git a/www/templates/blog/index.html b/www/templates/blog/index.html index 2bef41c3..8b1d05ae 100755 --- a/www/templates/blog/index.html +++ b/www/templates/blog/index.html @@ -31,9 +31,9 @@