_subscribe.scss 791 B

1234567891011121314151617181920212223242526272829303132333435
  1. @include respond-to('phone-landscape') {
  2. .newsletter-style-01 {
  3. &.box-shadow {
  4. box-shadow: none;
  5. }
  6. input {
  7. padding-right: 25px;
  8. &.is-invalid {
  9. padding-right: 30px;
  10. }
  11. }
  12. .btn {
  13. position: relative;
  14. margin-top: 15px;
  15. width: 100%;
  16. border-radius: 4px;
  17. }
  18. }
  19. .newsletter-style-03 {
  20. input {
  21. padding-right: 90px !important;
  22. padding-left: 30px !important;
  23. }
  24. .btn {
  25. padding: 12px 30px 12px 30px;
  26. i {
  27. margin-left: 0;
  28. margin-right: 0;
  29. }
  30. span {
  31. display: none
  32. }
  33. }
  34. }
  35. }