forked from M3-Academy/m3-academy-template-checkout
Merge pull request 'refactor: ajusta css do checkout cupom 1280px' (#16) from refactor/ajusta-css-checkout-cupom-1280px into development
Reviewed-on: #16
This commit is contained in:
commit
68c092e3bf
@ -21,6 +21,7 @@
|
||||
box-sizing: border-box;
|
||||
border-radius: 5px;
|
||||
padding: 16px 16px;
|
||||
margin-bottom: 0 !important;
|
||||
|
||||
@include mq(md, max) {
|
||||
margin: 0px 0 25px 0;
|
||||
@ -466,7 +467,7 @@
|
||||
}
|
||||
|
||||
.srp-main-title {
|
||||
margin: 32px 0 12px;
|
||||
margin: 49px 0 12px;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 24px;
|
||||
@ -707,7 +708,8 @@
|
||||
|
||||
&-totalizers {
|
||||
padding: 0;
|
||||
width: 346px;
|
||||
margin-top: 49px;
|
||||
width: 353px;
|
||||
|
||||
.coupon-data {
|
||||
#cart-link-coupon-add {
|
||||
@ -779,7 +781,7 @@
|
||||
font-size: 12px;
|
||||
height: 34px;
|
||||
padding: 0 12px;
|
||||
width: 50.96%;
|
||||
width: 50.52%;
|
||||
|
||||
@include mq(sm, max) {
|
||||
max-width: 100%;
|
||||
@ -796,8 +798,8 @@
|
||||
line-height: 19px;
|
||||
text-transform: uppercase;
|
||||
height: 36px;
|
||||
width: 38.59%;
|
||||
margin-left: 7px;
|
||||
width: 37.824%;
|
||||
margin-left: 12px;
|
||||
|
||||
@include mq(md, max) {
|
||||
width: 138px;
|
||||
|
Loading…
Reference in New Issue
Block a user