_panel_pluginlist.scss 884 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .pluginlist-section-header {
  2. margin-bottom: $spacer;
  3. color: $text-color-weak;
  4. }
  5. .pluginlist-section {
  6. margin-bottom: $spacer;
  7. }
  8. .pluginlist-link {
  9. @include list-item();
  10. }
  11. .pluginlist-icon {
  12. vertical-align: sub;
  13. font-size: $font-size-h1;
  14. margin-right: calc($spacer / 2);
  15. }
  16. .pluginlist-image {
  17. width: 17px;
  18. }
  19. .pluginlist-title {
  20. margin-right: calc($spacer / 3);
  21. }
  22. .pluginlist-version {
  23. font-size: $font-size-sm;
  24. color: $text-color-weak;
  25. }
  26. .pluginlist-message {
  27. float: right;
  28. font-size: $font-size-sm;
  29. }
  30. .pluginlist-message--update {
  31. &:hover {
  32. border-bottom: 1px solid $text-color;
  33. }
  34. }
  35. .pluginlist-message--enable {
  36. color: $external-link-color;
  37. &:hover {
  38. border-bottom: 1px solid $external-link-color;
  39. }
  40. }
  41. .pluginlist-message--no-update {
  42. color: $text-color-weak;
  43. }
  44. .pluginlist-emphasis {
  45. font-weight: $font-weight-semi-bold;
  46. }