- Repo for opensource odoo website theme (since V13.0)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
526 B

5 years ago
  1. $s-banner-parallax-height: 100vh;
  2. $s-banner-parallax-padding: 0px;
  3. $s-banner-parallax-img-height: 350px;
  4. $s-banner-parallax-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  5. @mixin s-banner-parallax-hero-bg-hook {
  6. width: 100%;
  7. text-align: center;
  8. bottom: -30px;
  9. @include media-breakpoint-down(sm) {
  10. top: 100px;
  11. }
  12. }
  13. @mixin s-banner-parallax-row-hook {
  14. vertical-align: bottom;
  15. }
  16. @mixin s-banner-parallax-height-hook {
  17. @include media-breakpoint-down(sm) {
  18. height: 100vh !important;
  19. }
  20. }