_plugins.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. }
  39. }
  40. // .app-edit-logo-box {
  41. // padding: 1.2rem;
  42. // background: $panel-bg;
  43. // text-align: center;
  44. // img {
  45. // max-width: 7rem;
  46. // }
  47. // margin-right: 2rem;
  48. // }
  49. //
  50. // .app-edit-links {
  51. // list-style: none;
  52. // margin: 0 0 0 2rem;
  53. //
  54. // li {
  55. // background: $panel-bg;
  56. // margin-top: 4px;
  57. // padding: 0.2rem 1rem;
  58. // }
  59. // }
  60. //
  61. // .app-edit-description {
  62. // font-style: italic;
  63. // margin-bottom: 1.5rem;
  64. // }