¨4.0.1¨

This commit is contained in:
¨NW¨
2023-12-03 14:07:47 +00:00
parent c08b36d1b6
commit f35052522d
1112 changed files with 43019 additions and 24987 deletions

View File

@@ -42,7 +42,7 @@
.order-wrapper {
background: #ffffff;
padding: 15px;
padding: 20px;
border-radius: 3px;
.order {
@@ -59,8 +59,7 @@
}
}
h4 {
font-weight: 500;
h5 {
margin-bottom: 10px;
}
@@ -82,28 +81,30 @@
border-bottom: none;
}
> td {
font-size: 16px;
padding-top: 16px;
padding-bottom: 16px;
th {
&:first-child {
padding-left: 0;
}
}
td {
padding-top: 20px;
padding-bottom: 20px;
border-top: 1px solid #f1f1f1 !important;
vertical-align: middle;
&:first-child {
min-width: 250px;
}
&:last-child {
font-weight: 500;
padding-left: 0;
}
}
a {
font-size: 16px;
font-size: 14px;
font-weight: 400;
color: #444444;
letter-spacing: 0.2px;
transition: 200ms ease-in-out;
transition: 150ms ease-in-out;
}
a:hover {
@@ -141,7 +142,7 @@
margin-left: -8px;
tr > td:first-child {
font-family: "Open Sans", sans-serif;
font-family: "Inter", sans-serif;
font-weight: 600;
white-space: nowrap;
}
@@ -170,21 +171,21 @@
tbody > tr {
> td {
font-family: "Roboto", sans-serif !important;
font-family: "Inter", sans-serif !important;
font-weight: 400 !important;
font-size: 17px;
padding: 5px 8px;
font-size: 14px;
padding: 8px 0;
}
&:last-child > td {
font-family: "Roboto", sans-serif;
font-family: "Inter", sans-serif;
font-weight: 500 !important;
border-top: 1px solid #e9e9e9;
}
}
.coupon-code {
font-family: "Open Sans", sans-serif;
font-family: "Inter", sans-serif;
font-weight: 600;
}
}

View File

@@ -5,13 +5,21 @@ html {
}
body {
font-family: 'Open Sans', sans-serif;
font-family: "Inter", sans-serif;
font-size: 15px;
min-width: 350px;
margin: 0;
}
h1, h2, h3, h4, h5, h6, ul, li, p {
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
margin: 0;
padding: 0;
color: #444444;
@@ -53,7 +61,7 @@ p {
}
label {
font-weight: 600;
font-weight: 500;
font-size: 16px;
}
@@ -67,7 +75,8 @@ table {
background-color: transparent;
}
td, th {
td,
th {
padding: 0;
}
@@ -76,7 +85,8 @@ td, th {
-moz-box-sizing: border-box;
box-sizing: border-box;
&:before, &:after {
&:before,
&:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;