landing_strip.scss 271 B

123456789101112131415161718
  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. }