_header.sass 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .oe_view_manager_header
  2. background: $eiru-color-none !important
  3. border-bottom: 1px solid $eiru-color-light !important
  4. .oe_view_title
  5. color: $eiru-color-dark
  6. a
  7. color: $eiru-color-secondary !important
  8. .oe_searchview
  9. box-shadow: none !important
  10. width: 450px
  11. border:
  12. top: none
  13. left: none
  14. right: none
  15. bottom: 1px solid $eiru-color-lightdark
  16. radius: 0
  17. &.oe_focused
  18. border-bottom: 1px solid $eiru-color-primary
  19. .oe_searchview_facet
  20. border-radius: 0
  21. border: 1px solid $eiru-color-lightdark !important
  22. background: $eiru-color-primary !important
  23. &:focus
  24. border-color: $eiru-color-primary !important
  25. .oe_facet_category
  26. background: $eiru-color-primary
  27. .oe_facet_remove
  28. color: $eiru-color-primary !important
  29. &:hover
  30. color: $eiru-color-none !important
  31. background: $eiru-color-primary !important
  32. .oe-autocomplete
  33. border-radius: 0 !important
  34. li
  35. height: 28px !important
  36. line-height: 25px !important
  37. &.oe-selection-focus
  38. background: $eiru-color-primary !important
  39. .oe_view_manager_switch
  40. border-radius: 0 !important