_panel_pluginlist.scss 923 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .pluginlist-section-header {
  2. margin: ($spacer * 2) 0 $spacer 0;
  3. color: $text-color-weak;
  4. }
  5. .pluginlist-section-header--first {
  6. margin-top: $spacer /2;
  7. }
  8. .pluginlist-link {
  9. display: block;
  10. margin: 5px;
  11. padding: 7px;
  12. background-color: $tight-form-bg;
  13. &:hover {
  14. background-color: $tight-form-func-bg;
  15. }
  16. }
  17. .pluginlist-icon {
  18. vertical-align: sub;
  19. font-size: $font-size-h1;
  20. margin-right: $spacer / 2;
  21. }
  22. .pluginlist-image {
  23. width: 20px;
  24. }
  25. .pluginlist-title {
  26. margin-right: $spacer / 3;
  27. }
  28. .pluginlist-version {
  29. font-size: $font-size-sm;
  30. color: $text-color-weak;
  31. }
  32. .pluginlist-message {
  33. float: right;
  34. font-size: $font-size-sm;
  35. }
  36. .pluginlist-message--enable{
  37. color: $brand-success;
  38. }
  39. .pluginlist-message--no-update {
  40. color: $text-color-weak;
  41. }
  42. .pluginlist-emphasis {
  43. font-weight: 600;
  44. }
  45. .pluginlist-none-installed {
  46. color: $text-color-weak;
  47. font-size: $font-size-sm;
  48. }