Repo for the search and displace core module including the interface to select files and search and displace operations to run on them. https://searchanddisplace.com
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.

54 lines
1.1 KiB

  1. @import "variables"
  2. .page-wrapper
  3. flex: 1
  4. .header
  5. // background: #ffffff
  6. background: $header-background
  7. height: $header-height
  8. padding: 0 2rem
  9. border-bottom: 1px solid #dee2e6
  10. display: -ms-flexbox
  11. display: flex
  12. -ms-flex-align: center
  13. align-items: center
  14. -ms-flex-pack: justify
  15. justify-content: space-between
  16. color: #495057
  17. .left
  18. display: -ms-flexbox
  19. display: flex
  20. -ms-flex-align: center
  21. align-items: center
  22. .footer
  23. // background: #ffffff
  24. background: $footer-background
  25. height: $footer-height
  26. border-top: 1px solid #dee2e6
  27. border-bottom: 1px solid #dee2e6
  28. padding: 0 2rem
  29. display: -ms-flexbox
  30. display: flex
  31. -ms-flex-align: center
  32. align-items: center
  33. -ms-flex-pack: justify
  34. justify-content: space-between
  35. flex-shrink: 0
  36. .left
  37. display: -ms-flexbox
  38. display: flex
  39. -ms-flex-align: center
  40. align-items: center
  41. .right
  42. font-size: 0.875rem
  43. color: #6c757d
  44. .content
  45. padding: $content-padding