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.

50 lines
1.2 KiB

  1. @import 'pattern-box'
  2. @import 'flags'
  3. @import 'text-box'
  4. @import 'references'
  5. #regex-create
  6. .regex-header
  7. margin-bottom: 5rem
  8. .regex-box
  9. background-color: #001221
  10. display: flex
  11. // width: 850px
  12. width: 90%
  13. height: 500px
  14. margin-left: auto
  15. margin-right: auto
  16. margin-bottom: 5rem
  17. position: relative
  18. border-radius: 5px
  19. transition: all 0.25s linear
  20. // .regex-box:hover
  21. // box-shadow: 0.4rem 1.4rem 1.4rem rgba(0, 0, 0, 0.2)
  22. // transform: translateY(-10px)
  23. .main
  24. display: flex
  25. flex-direction: column
  26. // width: 550px
  27. width: 100%
  28. aside
  29. width: 300px
  30. padding: 1.5rem
  31. border-left: 1px solid #ffffff31
  32. overflow-y: scroll
  33. aside::-webkit-scrollbar
  34. background: #3f4545
  35. width: 10px !important
  36. aside::-webkit-scrollbar-track
  37. border-radius: 10px !important
  38. aside::-webkit-scrollbar-thumb
  39. border-radius: 10px !important
  40. -webkit-box-shadow: inset 0 0 6px rgba(54, 52, 52, 0.925) !important
  41. box-shadow: inset 0 0 6px rgba(54, 52, 52, 0.863) !important