diff --git a/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss b/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss index ffe5850..c92eab1 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss @@ -7,7 +7,7 @@ } #orderform-title { - font-family: '$font-family'; + font-family: $font-family; font-weight: 700; font-size: 24px; line-height: 33px; @@ -33,7 +33,7 @@ margin-top: 14px; a { - font-family: '$font-family-secundary'; + font-family: $font-family; font-size: 14px; line-height: 16px; text-transform: uppercase; @@ -87,7 +87,7 @@ span, small { - font-family: '$font-family-secundary'; + font-family: $font-family; font-weight: 400; font-size: 20px; line-height: 23px; @@ -132,7 +132,7 @@ input { border: 1px solid $color-black; border-radius: 5px 0px 0px 5px; - font-family: '$font-family'; + font-family: $font-family; font-weight: 400; font-size: 12px; line-height: 16px; @@ -168,7 +168,7 @@ border-radius: 0px 8px 8px 0px; width: 126px; height: 52px; - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 700; font-size: 14px; @@ -203,7 +203,7 @@ } span.help.error { - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 700; font-size: 12px; @@ -255,7 +255,7 @@ h3, span { margin: 0; - font-family: '$font-family'; + font-family: $font-family; font-weight: 700; font-size: 12px; line-height: 16px; @@ -392,7 +392,7 @@ span { - font-family: '$font-family-secundary'; + font-family: $font-family; font-size: 16px; line-height: 19px; color: $color-black-400; @@ -436,7 +436,7 @@ label { - font-family: '$font-family'; + font-family: $font-family; font-size: 14px; line-height: 19px; color: $color-gray; @@ -450,7 +450,7 @@ input { border: 1px solid $color-gray8; border-radius: 5px; - font-family: '$font-family'; + font-family: $font-family; font-size: 14px; line-height: 19px; padding: 0; @@ -594,7 +594,7 @@ } span { - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 400; font-size: 12px; @@ -628,7 +628,7 @@ button.submit { background: $color-blue2; border-radius: 8px; - font-family: '$font-family'; + font-family: $font-family; font-weight: 700; font-size: 14px; line-height: 19px; @@ -659,7 +659,7 @@ margin-bottom: 12px; span { - font-family: '$font-family'; + font-family: $font-family; line-height: 16px; color: $color-gray; @@ -755,7 +755,7 @@ display: flex; flex-direction: row-reverse; justify-content: space-between; - font-family: '$font-family-secundary'; + font-family: $font-family; font-style: normal; font-weight: 400; font-size: 16px; @@ -811,7 +811,7 @@ .notification { margin-top: 14px; margin-bottom: 11px; - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 400; font-size: 14px; @@ -835,7 +835,7 @@ } .shp-method-option-text { - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 400; font-size: 14px; @@ -868,7 +868,7 @@ background: $color-blue2; border-radius: 8px; width: 100%; - font-family: '$font-family'; + font-family: $font-family; font-weight: 700; font-size: 14px; line-height: 19px; @@ -899,7 +899,7 @@ flex-direction: column; label { - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 700; text-transform: uppercase; @@ -934,7 +934,7 @@ small { a { - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 400; font-size: 12px; @@ -962,7 +962,7 @@ .vtex-omnishipping-1-x-deliveryGroup { .vtex-omnishipping-1-x-shippingSectionTitle { - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 700; font-size: 14px; @@ -994,7 +994,7 @@ .shp-option-text-label, .shp-option-text-time, .shp-option-text-price { - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 400; font-size: 12px; @@ -1064,7 +1064,7 @@ .delivery-address-title, p label { - font-family: '$font-family'; + font-family: $font-family; font-weight: 700; font-size: 12px; line-height: 16px; @@ -1099,7 +1099,7 @@ span, a { - font-family: '$font-family'; + font-family: $font-family; font-size: 12px; line-height: 16px; @@ -1158,7 +1158,7 @@ height: 33px; padding: 0; padding-left: 7px; - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 400; font-size: 14px; @@ -1197,7 +1197,7 @@ border: 0; border-radius: 8px; width: 100%; - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 700; font-size: 14px; @@ -1311,7 +1311,7 @@ position: relative; bottom: -28px; left: -80px; - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 400; font-size: 12px; diff --git a/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss b/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss index 410793f..540e88d 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss @@ -63,7 +63,7 @@ thead { th { - font-family: '$font-family-secundary'; + font-family: $font-family; font-weight: 400; font-size: 14px; line-height: 16px; @@ -131,7 +131,7 @@ padding-right: 141px; a { - font-family: '$font-family-secundary'; + font-family: $font-family; font-size: 12px; line-height: 14px; color: $color-black; @@ -173,7 +173,7 @@ padding-right: 91px; span { - font-family: '$font-family-secundary'; + font-family: $font-family; font-style: normal; font-weight: 400; font-size: 12px; @@ -197,7 +197,7 @@ } td.product-price { - font-family: '$font-family-secundary'; + font-family: $font-family; text-align: start; width: 99px; padding-right: 49px; @@ -261,7 +261,7 @@ height: 34px; border-radius: 8px; margin: 0; - font-family: '$font-family-secundary'; + font-family: $font-family; font-size: 14px; line-height: 16px; color: $color-black; @@ -338,7 +338,7 @@ padding-right: 22px; .total-selling-price { - font-family: '$font-family'; + font-family: $font-family; font-weight: 700; font-size: 14px; line-height: 19px; @@ -630,7 +630,7 @@ border: 1px solid $color-gray4; border-radius: 5px; margin-bottom: 5px; - font-family: '$font-family-secundary'; + font-family: $font-family; font-size: 12px; line-height: 14px; padding-left: 11px; @@ -645,7 +645,7 @@ small { a { - font-family: '$font-family-secundary'; + font-family: $font-family; font-weight: 400; font-size: 10px; line-height: 12px; @@ -788,7 +788,7 @@ } .link-coupon-add { - font-family: '$font-family-secundary'; + font-family: $font-family; font-weight: 400; font-size: 12px; line-height: 14px; @@ -810,7 +810,7 @@ .coupon-label { label { - font-family: '$font-family-secundary'; + font-family: $font-family; font-weight: 400; font-size: 12px; line-height: 14px; @@ -854,7 +854,7 @@ border-radius: 5px; padding: 0; padding-left: 11px; - font-family: '$font-family-secundary'; + font-family: $font-family; font-weight: 400; font-size: 12px; line-height: 14px; @@ -878,7 +878,7 @@ } button { - font-family: '$font-family'; + font-family: $font-family; background: $color-blue2; border-radius: 8px; height: 36px; @@ -925,7 +925,7 @@ td { padding: 10px 0; - font-family: '$font-family-secundary'; + font-family: $font-family; font-weight: 400; font-size: 14px; line-height: 16px; @@ -1006,7 +1006,7 @@ height: 14px; a { - font-family: '$font-family-secundary'; + font-family: $font-family; font-style: normal; font-weight: 400; font-size: 12px; diff --git a/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss b/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss index ebb9e23..f33e18b 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss @@ -34,7 +34,7 @@ body .container-main.container-order-form .orderform-template.active { h2 { background: transparent; - font-family: '$font-family-secundary'; + font-family: $font-family; font-weight: 400; font-size: 16px; line-height: 19px; @@ -94,7 +94,7 @@ body .container-main.container-order-form .orderform-template.active { } .product-name { - font-family: '$font-family-secundary'; + font-family: $font-family; font-style: normal; font-weight: 400; font-size: 12px; @@ -121,7 +121,7 @@ body .container-main.container-order-form .orderform-template.active { } .price { - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 400; font-size: 12px; @@ -145,7 +145,7 @@ body .container-main.container-order-form .orderform-template.active { margin-bottom: 10px; small a { - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 400; font-size: 12px; @@ -187,7 +187,7 @@ body .container-main.container-order-form .orderform-template.active { border-top: 1px solid $color-gray8; td { - font-family: '$font-family'; + font-family: $font-family; width: 68%; @include mq(md, max) { @@ -226,7 +226,7 @@ body .container-main.container-order-form .orderform-template.active { height: 42px; background: $color-green1; border-radius: 8px; - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 700; font-size: 14px; @@ -281,7 +281,7 @@ body .container-main.container-order-form .orderform-template.active { margin-bottom: 0; } - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 400; font-size: 14px; @@ -403,7 +403,7 @@ body .container-main.container-order-form .orderform-template.active { .payment-group-item-text { background: initial; padding: 0; - font-family: '$font-family'; + font-family: $font-family; font-style: normal; font-weight: 400; font-size: 14px; diff --git a/checkout/src/arquivos/sass/checkout/_checkout-vazio.scss b/checkout/src/arquivos/sass/checkout/_checkout-vazio.scss index 2136b87..5c09ae6 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-vazio.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-vazio.scss @@ -72,7 +72,7 @@ width: 327px; height: 48px; border: 1px solid $color-black; - font-family: '$font-family-secundary'; + font-family: $font-family; font-size: 14px; line-height: 16px; text-transform: uppercase;