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.

53 lines
763 B

3 years ago
  1. .file-card {
  2. flex: 0 1 49%;
  3. }
  4. // .filters-card {
  5. // flex: 0 1 24%
  6. // }
  7. .p-overlaypanel {
  8. // width: 450px;
  9. min-width: 450px;
  10. }
  11. .p-toolbar-group-right {
  12. button {
  13. margin-left: 10px;
  14. }
  15. }
  16. .p-sidebar-content {
  17. .p-toolbar {
  18. margin-top: 32px;
  19. }
  20. }
  21. .p-card-header {
  22. .p-toolbar {
  23. border: unset;
  24. border-radius: unset;
  25. border-bottom: 1px solid #dee2e6;
  26. padding: .5rem;
  27. }
  28. }
  29. button.add-searchers {
  30. height: 100%;
  31. }
  32. .p-col.sidebar-title {
  33. display: flex;
  34. align-content: flex-start;
  35. justify-content: flex-start;
  36. }
  37. .p-grid.sidebar-title-container {
  38. padding-top: 50px;
  39. }
  40. .md-viewer {
  41. text-align: start;
  42. h1, h2, h3, h4, h5 {
  43. font-size: initial;
  44. }
  45. }