You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
585 B

  1. .compact-header {
  2. h1 {
  3. font-size: 24px;
  4. line-height: 28px;
  5. color: $ui-primary-color;
  6. font-weight: 500;
  7. margin-bottom: 20px;
  8. padding: 0 10px;
  9. word-wrap: break-word;
  10. @media screen and (max-width: 740px) {
  11. text-align: center;
  12. padding: 20px 10px 0;
  13. }
  14. a {
  15. color: inherit;
  16. text-decoration: none;
  17. }
  18. small {
  19. font-weight: 400;
  20. color: $ui-secondary-color;
  21. }
  22. img {
  23. display: inline-block;
  24. margin-bottom: -5px;
  25. margin-right: 15px;
  26. width: 36px;
  27. height: 36px;
  28. }
  29. }
  30. }