forked from M3-Academy/m3-academy-template-checkout
develop #11
@ -2,23 +2,27 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
border: 1px solid $clr-common-black;
|
border: 1px solid $clr-common-black;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-family: $font-family-200;
|
font-family: $font-family-200;
|
||||||
|
|
||||||
color: $clr-common-black;
|
color: $clr-common-black;
|
||||||
background-color: $clr-common-white;
|
background-color: $clr-common-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-main.container-cart {
|
.container-main.container-cart {
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
padding: 0 16px !important;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
padding: 0 16px !important;
|
||||||
|
|
||||||
#cart-title {
|
#cart-title {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
@ -39,7 +43,7 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1025px) {
|
@include mq("lg") {
|
||||||
width: fluid(400px, 1280px);
|
width: fluid(400px, 1280px);
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
@ -50,7 +54,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 2500px) {
|
@include mq("xxl") {
|
||||||
width: fluid(659px, 2500px);
|
width: fluid(659px, 2500px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -61,6 +65,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container-main.container-cart {
|
||||||
.empty-cart {
|
.empty-cart {
|
||||||
font-family: $font-family-100;
|
font-family: $font-family-100;
|
||||||
&-content {
|
&-content {
|
||||||
@ -71,38 +76,31 @@
|
|||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
@include text-size("xxs");
|
||||||
|
@include text-height("xxs", 100);
|
||||||
|
|
||||||
content: "Seu carrinho está vazio.";
|
content: "Seu carrinho está vazio.";
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 18px;
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1024px) {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (min-width: 1280px) {
|
|
||||||
.empty-cart-title {
|
|
||||||
&::before {
|
|
||||||
font-size: 24px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-links {
|
&-links {
|
||||||
.link-choose-products {
|
.link-choose-products {
|
||||||
@include btn-secondary();
|
@include btn-secondary();
|
||||||
|
|
||||||
transition: ease-in 0.22s all;
|
transition: ease-in 0.22s all;
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
padding: 16px 0;
|
padding: 16px 0;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
@include text-size("xs");
|
||||||
|
@include text-height("smaller", 200);
|
||||||
|
|
||||||
content: "Continuar Comprando";
|
content: "Continuar Comprando";
|
||||||
font-size: 14px;
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
line-height: 16px;
|
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
@ -112,4 +110,43 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-content {
|
||||||
|
@include mq("lg") {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include mq("xl") {
|
||||||
|
.empty-cart-title {
|
||||||
|
&::before {
|
||||||
|
@include text-size("md-200");
|
||||||
|
@include text-height("md", 300);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@include mq("xxl") {
|
||||||
|
&-content {
|
||||||
|
.empty-cart-title {
|
||||||
|
&::before {
|
||||||
|
@include text-size("xxl");
|
||||||
|
@include text-height("xxl", 200);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&-links {
|
||||||
|
.link-choose-products {
|
||||||
|
width: fluid(638.67px, 659px);
|
||||||
|
max-width: none;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
@include text-size("lg");
|
||||||
|
@include text-height("lg", 100);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -107,7 +107,8 @@
|
|||||||
|
|
||||||
&__developedBy {
|
&__developedBy {
|
||||||
span {
|
span {
|
||||||
font-size: 180%;
|
@include text-size("sm");
|
||||||
|
@include text-height("xs",200)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -133,7 +134,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* prettier-ignore*/
|
|
||||||
.footerCheckout {
|
.footerCheckout {
|
||||||
&__address {
|
&__address {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@ -141,24 +141,25 @@
|
|||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
|
|
||||||
color: $clr-gray-400;
|
color: $clr-gray-400;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* prettier-ignore*/
|
|
||||||
.footerCheckout {
|
.footerCheckout {
|
||||||
&__stamps {
|
&__stamps {
|
||||||
&__divider {
|
&__divider {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
margin: 0 8px;
|
margin: 0 8px;
|
||||||
|
|
||||||
background-color: $clr-gray-300;
|
background-color: $clr-gray-300;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* prettier-ignore*/
|
|
||||||
.footerCheckout {
|
.footerCheckout {
|
||||||
&__developedBy {
|
&__developedBy {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -174,6 +175,7 @@
|
|||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
font-family: $font-family-100;
|
font-family: $font-family-100;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
color: $clr-gray-400;
|
color: $clr-gray-400;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
@ -50,12 +50,19 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-name,
|
||||||
|
&-link,
|
||||||
|
.type-name {
|
||||||
|
@include text-size("xxs");
|
||||||
|
@include text-height("xxs", 100);
|
||||||
|
|
||||||
|
font-family: $font-family-100;
|
||||||
|
}
|
||||||
|
|
||||||
&-name {
|
&-name {
|
||||||
min-height: 36px;
|
min-height: 36px;
|
||||||
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 13px;
|
|
||||||
line-height: 17.7px;
|
|
||||||
font-family: $font-family-100;
|
font-family: $font-family-100;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -71,14 +78,6 @@
|
|||||||
min-height: 68px;
|
min-height: 68px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-link,
|
|
||||||
.type-name {
|
|
||||||
@include text-size("xxs");
|
|
||||||
|
|
||||||
font-family: $font-family-100;
|
|
||||||
line-height: 17.7px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-link {
|
&-link {
|
||||||
@include btn-primary-blue-white();
|
@include btn-primary-blue-white();
|
||||||
|
|
||||||
@ -120,9 +119,8 @@
|
|||||||
|
|
||||||
@media screen and (min-width: 600px) {
|
@media screen and (min-width: 600px) {
|
||||||
&-title {
|
&-title {
|
||||||
@include text-size("md");
|
@include text-size("md-200");
|
||||||
|
@include text-height("xl", 100);
|
||||||
line-height: 36px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -135,8 +133,8 @@
|
|||||||
@media screen and (min-width: 2500px) {
|
@media screen and (min-width: 2500px) {
|
||||||
&-title {
|
&-title {
|
||||||
@include text-size("xxl");
|
@include text-size("xxl");
|
||||||
|
@include text-height("xxl", 300);
|
||||||
|
|
||||||
line-height: 76px;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,8 +38,9 @@ $text-sizes-100: (
|
|||||||
|
|
||||||
$text-height: (
|
$text-height: (
|
||||||
"smaller-100": 14.04px,
|
"smaller-100": 14.04px,
|
||||||
"smaller-200": 16.34px,
|
"smaller-200": 16px,
|
||||||
"smaller-300": 16.38px,
|
"smaller-300": 16.34px,
|
||||||
|
"smaller-400": 16.38px,
|
||||||
"xxs-100": 17.7px,
|
"xxs-100": 17.7px,
|
||||||
"xxs-200": 18.72px,
|
"xxs-200": 18.72px,
|
||||||
"xxs-300": 19.07px,
|
"xxs-300": 19.07px,
|
||||||
@ -57,7 +58,8 @@ $text-height: (
|
|||||||
"xl-300": 46.8px,
|
"xl-300": 46.8px,
|
||||||
"xxl-100": 49.03px,
|
"xxl-100": 49.03px,
|
||||||
"xxl-200": 65.37px,
|
"xxl-200": 65.37px,
|
||||||
);
|
"xxl-300": 76px,
|
||||||
|
) !default;
|
||||||
|
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
$grid-breakpoints: (
|
$grid-breakpoints: (
|
||||||
|
Loading…
Reference in New Issue
Block a user