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.

28 lines
433 B

  1. .compact-header {
  2. h1 {
  3. font-size: 24px;
  4. line-height: 28px;
  5. color: $color3;
  6. overflow: hidden;
  7. font-weight: 500;
  8. margin-bottom: 20px;
  9. a {
  10. color: inherit;
  11. text-decoration: none;
  12. }
  13. small {
  14. font-weight: 400;
  15. color: $color2;
  16. }
  17. img {
  18. display: inline-block;
  19. margin-bottom: -5px;
  20. margin-right: 15px;
  21. width: 36px;
  22. height: 36px;
  23. }
  24. }
  25. }