Skip to content

Instantly share code, notes, and snippets.

@fininhors
Last active November 25, 2019 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fininhors/eab7d1ada3008f13e7f1972df89f3410 to your computer and use it in GitHub Desktop.
Save fininhors/eab7d1ada3008f13e7f1972df89f3410 to your computer and use it in GitHub Desktop.
/* =============================================
5.0 - Home
============================================= */
.full-home {min-height: 100vh;}
.half-home {min-height: 50vh;padding-top: 150px;padding-bottom: 150px;}
.home-subscribe .form-control {height: 60px;}
.particles-home,
.particles-home canvas,
.particles-home .particles-js-canvas-el {position: absolute !important; left: 0 !important; right: 0 !important; top: 0 !important; bottom: 0 !important; height: 100% !important; width: 100% !important; }
.home-slider .owl-theme .owl-nav {position: absolute; bottom: 0; left: 0; right:0; margin-top: 0; }
.home-slider .owl-theme .owl-nav:before,
.home-slider .owl-theme .owl-nav:after {content: ""; width: 50%; display: block; height: 8px; position: absolute; bottom: 0; }
.home-slider .owl-theme .owl-nav:before {left: 0;background-color: #a4c969;}
.home-slider .owl-theme .owl-nav:after {right: 0;background-color: #48b7b0;}
.home-slider .owl-carousel .owl-nav button.owl-next,
.home-slider .owl-carousel .owl-nav button.owl-prev {color: #fff; margin: 0; width: 100px; height: 50px; border-radius: 0; font-size: 25px; line-height: 50px; text-align: center; padding: 0 !important; position: relative; z-index: 5; }
.home-slider .owl-carousel .owl-nav button.owl-next {background-color: #48b7b0;}
.home-slider .owl-carousel .owl-nav button.owl-prev {background-color: #a4c969;}
.home-slider .owl-carousel .owl-nav button.owl-next:hover {background-color: #3d9c96;}
.home-slider .owl-carousel .owl-nav button.owl-prev:hover {background-color: #8cab59;}
.home-scroller {z-index: 1;bottom: 50px;line-height: 100%;font-size: 40px;display: block;position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment