| 1234567891011121314151617181920212223242526272829303132333435 |
- @include respond-to('phone-landscape') {
- .newsletter-style-01 {
- &.box-shadow {
- box-shadow: none;
- }
- input {
- padding-right: 25px;
- &.is-invalid {
- padding-right: 30px;
- }
- }
- .btn {
- position: relative;
- margin-top: 15px;
- width: 100%;
- border-radius: 4px;
- }
- }
- .newsletter-style-03 {
- input {
- padding-right: 90px !important;
- padding-left: 30px !important;
- }
- .btn {
- padding: 12px 30px 12px 30px;
- i {
- margin-left: 0;
- margin-right: 0;
- }
- span {
- display: none
- }
- }
- }
- }
|