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

page-faq.scss 788B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* FAQ
  2. ******************************************************************************* */
  3. @import "../_bootstrap-extended/include";
  4. .faq-header {
  5. .input-wrapper {
  6. position: relative;
  7. inline-size: 100%;
  8. max-inline-size: calc(100% - 67.5%);
  9. .input-group-text,
  10. .form-control {
  11. background-color: var(--#{$prefix}paper-bg);
  12. }
  13. }
  14. @include media-breakpoint-down(sm) {
  15. .input-wrapper {
  16. max-inline-size: calc(100% - 30%);
  17. }
  18. }
  19. }
  20. .faq-nav-icon {
  21. @include icon-base(1.125rem);
  22. }
  23. .faq-banner-img {
  24. position: absolute;
  25. block-size: 100%;
  26. inline-size: 100%;
  27. inset-block-start: 0;
  28. inset-inline-start: 0;
  29. object-fit: cover;
  30. object-position: left;
  31. }
  32. .bg-faq-section {
  33. background-color: rgba(var(--#{$prefix}base-color-rgb), .06);
  34. }