_plugins.scss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .plugin-header {
  2. @include clearfix();
  3. padding: $spacer 0 $spacer/2 0;
  4. margin-bottom: 2rem;
  5. }
  6. .plugin-header-logo {
  7. float: left;
  8. width: 7rem;
  9. img {
  10. width: 7rem;
  11. }
  12. margin-right: $spacer;
  13. }
  14. .plugin-header-info-block {
  15. float: left;
  16. }
  17. .plugin-header-author {
  18. }
  19. .plugin-header-stamps-type {
  20. color: $link-color-disabled;
  21. text-transform: uppercase;
  22. }
  23. .plugin-info-list-item {
  24. img {
  25. width: 16px;
  26. }
  27. white-space: nowrap;
  28. max-width: $page-sidebar-width;
  29. text-overflow: ellipsis;
  30. overflow: hidden;
  31. }
  32. .plugin-markdown-readme {
  33. img {
  34. max-width: 100%;
  35. }
  36. ul {
  37. padding-left: $spacer*1.5;
  38. margin-bottom: $spacer*2;
  39. }
  40. table {
  41. td, th {
  42. padding: $spacer*.5 $spacer;
  43. }
  44. th {
  45. font-weight: normal;
  46. background: $table-bg-accent;
  47. }
  48. }
  49. table, th, td {
  50. border: 1px solid $table-border;
  51. border-collapse: collapse;
  52. }
  53. }
  54. // .app-edit-logo-box {
  55. // padding: 1.2rem;
  56. // background: $panel-bg;
  57. // text-align: center;
  58. // img {
  59. // max-width: 7rem;
  60. // }
  61. // margin-right: 2rem;
  62. // }
  63. //
  64. // .app-edit-links {
  65. // list-style: none;
  66. // margin: 0 0 0 2rem;
  67. //
  68. // li {
  69. // background: $panel-bg;
  70. // margin-top: 4px;
  71. // padding: 0.2rem 1rem;
  72. // }
  73. // }
  74. //
  75. // .app-edit-description {
  76. // font-style: italic;
  77. // margin-bottom: 1.5rem;
  78. // }