From 82c497c651ac1cd12b2f4985314aace1c9911939 Mon Sep 17 00:00:00 2001 From: Fabiano Alencar Date: Mon, 20 Aug 2018 14:40:08 -0300 Subject: [PATCH] Fix click button to back page --- src/404.php | 2 +- src/assets/scss/style.scss | 26 ++++++++++++++++++-------- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/src/404.php b/src/404.php index 7259670..de15ef8 100644 --- a/src/404.php +++ b/src/404.php @@ -11,7 +11,7 @@
- +
diff --git a/src/assets/scss/style.scss b/src/assets/scss/style.scss index e094614..6f27b43 100644 --- a/src/assets/scss/style.scss +++ b/src/assets/scss/style.scss @@ -289,15 +289,25 @@ nav{ } &.page-404{ height: 100vh; - .brand{ - color: white; - text-align: center; - h1{ - font-size: 150px; - font-weight: 600; + .container { + z-index: 2; + .brand{ + color: white; + text-align: center; + h1{ + font-size: 150px; + font-weight: 600; + } + h3{ + font-size: 1.313rem; + } } - h3{ - font-size: 1.313rem; + a{ + border-color: #25a189 !important; + &:hover{ + background-color: #25a189 !important; + border-color: #25a189 !important; + } } } }