Açıklama Yok
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.

_cta.scss 279B

12345678910111213141516171819
  1. .cta1 {
  2. border-top: 1px solid $border-color;
  3. // background: darken($primary, 10%);
  4. h2 {
  5. // color: $white;
  6. margin-bottom: 15px;
  7. }
  8. p {
  9. // color: $white;
  10. }
  11. .btn {
  12. padding : 7px 20px;
  13. margin-top: 30px;
  14. }
  15. }