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.

57 lines
1.3 KiB

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