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.

48 lines
1.1 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. height: 500px
  13. margin-left: auto
  14. margin-right: auto
  15. margin-bottom: 5rem
  16. position: relative
  17. border-radius: 5px
  18. transition: all 0.25s linear
  19. .regex-box:hover
  20. box-shadow: 0.4rem 1.4rem 1.4rem rgba(0, 0, 0, 0.2)
  21. transform: translateY(-10px)
  22. .main
  23. display: flex
  24. flex-direction: column
  25. width: 550px
  26. aside
  27. width: 300px
  28. padding: 1.5rem
  29. border-left: 1px solid #ffffff31
  30. overflow-y: scroll
  31. aside::-webkit-scrollbar
  32. background: #3f4545
  33. width: 10px !important
  34. aside::-webkit-scrollbar-track
  35. border-radius: 10px !important
  36. aside::-webkit-scrollbar-thumb
  37. border-radius: 10px !important
  38. -webkit-box-shadow: inset 0 0 6px rgba(54, 52, 52, 0.925) !important
  39. box-shadow: inset 0 0 6px rgba(54, 52, 52, 0.863) !important