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.

63 lines
1.1 KiB

  1. #references.references
  2. .reference:not(:first-child)
  3. margin-top: 1.6rem
  4. .reference *
  5. color: #fff
  6. font-size: 12px
  7. font-weight: inherit
  8. margin: 0
  9. padding: 0
  10. .mb
  11. margin-bottom: 0.5rem
  12. .title
  13. font-size: 17px
  14. ul,
  15. li
  16. list-style: none
  17. .character
  18. display: flex
  19. .character:not(:last-child)
  20. margin-bottom: 15px
  21. .character__code
  22. background: #00080e
  23. border: 1px solid #f7f7f72d
  24. padding: 0.3rem 0.8rem
  25. display: flex
  26. justify-content: center
  27. align-items: center
  28. margin-right: 0.5rem
  29. .character__code span
  30. white-space: nowrap
  31. font-weight: 600
  32. color: #c77ce0
  33. .character__info
  34. display: flex
  35. align-items: center
  36. padding-bottom: 5px
  37. .disabled,
  38. .purple,
  39. .blue,
  40. .white
  41. font-weight: 600
  42. .disabled
  43. color: #888888 !important
  44. .purple
  45. color: #c77ce0 !important
  46. .blue
  47. color: #3c7fc2 !important
  48. .white
  49. color: white !important