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.

18 lines
271 B

  1. .landing-strip {
  2. background: rgba(darken($color1, 7%), 0.8);
  3. color: $color3;
  4. font-weight: 400;
  5. padding: 14px;
  6. border-radius: 4px;
  7. margin-bottom: 20px;
  8. strong,
  9. a {
  10. font-weight: 500;
  11. }
  12. a {
  13. color: inherit;
  14. text-decoration: underline;
  15. }
  16. }