- 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.

19 lines
445 B

5 years ago
  1. $s-banner-3-carosel-control-color: rgba(0, 0, 0, 0);
  2. $s-banner-3-padding: 15px;
  3. $s-banner-3-fa-color: o-theme-color('alpha');
  4. $s-banner-3-carousel-height: 100vh;
  5. @mixin s-banner-3-col-center-hook {
  6. text-align: center;
  7. width: 100%;
  8. padding-top: 60vh;
  9. @include media-breakpoint-down(sm) {
  10. padding-top: 25vh;
  11. }
  12. }
  13. $s-big-picture-text-padding: 0;
  14. $s-text-big-picture-padding: 0;
  15. $s-timeline-company-color: $-gray-700;