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.

36 lines
573 B

  1. .landing-strip,
  2. .memoriam-strip {
  3. background: rgba(darken($ui-base-color, 7%), 0.8);
  4. color: $ui-primary-color;
  5. font-weight: 400;
  6. padding: 14px;
  7. border-radius: 4px;
  8. margin-bottom: 20px;
  9. display: flex;
  10. align-items: center;
  11. strong,
  12. a {
  13. font-weight: 500;
  14. }
  15. a {
  16. color: inherit;
  17. text-decoration: underline;
  18. }
  19. .logo {
  20. width: 30px;
  21. height: 30px;
  22. flex: 0 0 auto;
  23. margin-right: 15px;
  24. }
  25. @media screen and (max-width: 740px) {
  26. margin-bottom: 0;
  27. }
  28. }
  29. .memoriam-strip {
  30. background: rgba($base-shadow-color, 0.7);
  31. }