diff --git a/assets/scss/_buttons.scss b/assets/scss/_buttons.scss index e5819e1..09a7d47 100644 --- a/assets/scss/_buttons.scss +++ b/assets/scss/_buttons.scss @@ -1,28 +1,54 @@ +// .btn { +// transition: all 0.3s ease; +// padding: 20px 50px; +// border-radius: 7px; +// &:hover { +// box-shadow: 0 8px 20px rgba(56, 87, 241, 0.3); +// transform: scale(1.03); +// } +// } + + // .hire_button{ + // background: $primary_color; + // padding: 15px 30px; + // color: #fff; + // text-decoration: none; + // border-radius: 7px; + // font-size: 16px; + // font-family: $secondary-font; + // font-weight: 400; + // border: 1px solid transparent; + // transition: all .3s ease; + // transform: scale(1); + // &:hover{ + // background: #425FEE; + // box-shadow: 0 8px 20px rgba(56, 87, 241, 0.3); + // transform: scale(1.03); + // } + // @include desktop{ + // text-align: center; + // } + // } + .btn { + display: inline-block; + padding: 15px 30px; + font-family: $secondary-font; + font-size: 16px; + background: $primary-color; + border-radius: 7px; + color: #fff; + text-decoration: none; + border: 1px solid transparent; transition: all 0.3s ease; - padding: 20px 50px; + transform: scale(1); &:hover { + background: #425fee; box-shadow: 0 8px 20px rgba(56, 87, 241, 0.3); transform: scale(1.03); } } - - // a { - // display: inline-block; - // padding: 20px 50px; - // font-family: $secondary-font; - // font-size: 16px; - // background: $primary-color; - // border-radius: 7px; - // color: #ffffff; - // text-decoration: none; - // border: 1px solid transparent; - // transition: all 0.3s ease; - // transform: scale(1); - // &:hover { - // background: #425fee; - // box-shadow: 0 8px 20px rgba(56, 87, 241, 0.3); - // transform: scale(1.03); - // } - // } \ No newline at end of file +.btn-lg { + padding: 20px 50px; +} \ No newline at end of file diff --git a/assets/scss/components/_hero-section.scss b/assets/scss/components/_hero-section.scss index a2c23c2..921e0e3 100644 --- a/assets/scss/components/_hero-section.scss +++ b/assets/scss/components/_hero-section.scss @@ -70,20 +70,20 @@ background: $secondary-color; } } - // h1 { - // margin: 0 0 30px 0; - // font-size: 60px; - // font-family: $primary-font; - // color: $secondary-color; - // line-height: 70px; - // } - // p { - // margin: 0 0 50px 0; - // font-family: $secondary-font; - // color: $secondary-color; - // font-size: 20px; - // line-height: 30px; - // } + h1 { + margin: 0 0 30px 0; + font-size: 60px; + font-family: $primary-font; + color: $secondary-color; + line-height: 70px; + } + p { + margin: 0 0 50px 0; + font-family: $secondary-font; + color: $secondary-color; + font-size: 20px; + line-height: 30px; + } // a { // display: inline-block; diff --git a/assets/scss/components/_site-navigation.scss b/assets/scss/components/_site-navigation.scss index e556fd6..e0bb61a 100644 --- a/assets/scss/components/_site-navigation.scss +++ b/assets/scss/components/_site-navigation.scss @@ -41,27 +41,27 @@ } } - .hire_button{ - background: $primary_color; - padding: 15px 30px; - color: #fff; - text-decoration: none; - border-radius: 7px; - font-size: 16px; - font-family: $secondary-font; - font-weight: 400; - border: 1px solid transparent; - transition: all .3s ease; - transform: scale(1); - &:hover{ - background: #425FEE; - box-shadow: 0 8px 20px rgba(56, 87, 241, 0.3); - transform: scale(1.03); - } - @include desktop{ - text-align: center; - } - } + // .hire_button{ + // background: $primary_color; + // padding: 15px 30px; + // color: #fff; + // text-decoration: none; + // border-radius: 7px; + // font-size: 16px; + // font-family: $secondary-font; + // font-weight: 400; + // border: 1px solid transparent; + // transition: all .3s ease; + // transform: scale(1); + // &:hover{ + // background: #425FEE; + // box-shadow: 0 8px 20px rgba(56, 87, 241, 0.3); + // transform: scale(1.03); + // } + // @include desktop{ + // text-align: center; + // } + // } &.nav__color__change{ background: $white; diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 0409822..a183bd2 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,26 +1,26 @@ \ No newline at end of file