Sin descripción

pum-admin-support-page.css 686B

123456789101112131415161718192021222324252627282930313233
  1. /*!******************************************************************************
  2. * Copyright (c) 2019, Code Atlantic LLC
  3. ******************************************************************************/
  4. .popmake-support-links {
  5. list-style: none;
  6. }
  7. .popmake-support-links li {
  8. margin-bottom: 10px;
  9. }
  10. .popmake-support-links a {
  11. color: #20252b;
  12. font-size: 1.25em;
  13. text-decoration: none;
  14. text-transform: uppercase;
  15. }
  16. .popmake-support-links a span {
  17. margin-left: 10px;
  18. }
  19. .popmake-support-links a img {
  20. max-height: 24px;
  21. max-width: 24px;
  22. min-height: 24px;
  23. min-width: 24px;
  24. position: relative;
  25. top: 6px;
  26. }
  27. /*# sourceMappingURL=pum-admin-support-page.css.map */