@crm-market/template-shared 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/css/custom.css +70 -0
- package/assets/css/remixicon.css +2782 -0
- package/assets/css/satoshi-font.css +31 -0
- package/assets/fonts/flaticon.css +463 -0
- package/assets/fonts/flaticon.eot +0 -0
- package/assets/fonts/flaticon.html +2153 -0
- package/assets/fonts/flaticon.svg +441 -0
- package/assets/fonts/flaticon.ttf +0 -0
- package/assets/fonts/flaticon.woff +0 -0
- package/assets/fonts/flaticon.woff2 +0 -0
- package/assets/fonts/remixicon.eot +0 -0
- package/assets/fonts/remixicon.svg +8230 -0
- package/assets/fonts/remixicon.ttf +0 -0
- package/assets/fonts/remixicon.woff +0 -0
- package/assets/fonts/remixicon.woff2 +0 -0
- package/assets/scss/_variables.scss +31 -0
- package/assets/scss/components/_about.scss +58 -0
- package/assets/scss/components/_authentication.scss +124 -0
- package/assets/scss/components/_backtoptop.scss +27 -0
- package/assets/scss/components/_banner.scss +396 -0
- package/assets/scss/components/_best-deals.scss +74 -0
- package/assets/scss/components/_blank.scss +40 -0
- package/assets/scss/components/_blog.scss +193 -0
- package/assets/scss/components/_cart.scss +108 -0
- package/assets/scss/components/_categories.scss +82 -0
- package/assets/scss/components/_checkout.scss +110 -0
- package/assets/scss/components/_dashboard.scss +388 -0
- package/assets/scss/components/_faq.scss +22 -0
- package/assets/scss/components/_filter-rang.scss +109 -0
- package/assets/scss/components/_footer.scss +270 -0
- package/assets/scss/components/_global.scss +550 -0
- package/assets/scss/components/_header.scss +587 -0
- package/assets/scss/components/_hurry.scss +52 -0
- package/assets/scss/components/_navbar.scss +1008 -0
- package/assets/scss/components/_offers.scss +689 -0
- package/assets/scss/components/_pagination.scss +71 -0
- package/assets/scss/components/_popup.scss +172 -0
- package/assets/scss/components/_preloader.scss +108 -0
- package/assets/scss/components/_products.scss +1147 -0
- package/assets/scss/components/_rtl.scss +806 -0
- package/assets/scss/components/_services.scss +16 -0
- package/assets/scss/components/_sidebar.scss +259 -0
- package/assets/scss/style.css +6676 -0
- package/assets/scss/style.css.map +1 -0
- package/assets/scss/style.scss +40 -0
- package/assets/webfonts/Satoshi-Bold.eot +0 -0
- package/assets/webfonts/Satoshi-Bold.woff +0 -0
- package/assets/webfonts/Satoshi-Bold.woff2 +0 -0
- package/assets/webfonts/Satoshi-Medium.eot +0 -0
- package/assets/webfonts/Satoshi-Medium.woff +0 -0
- package/assets/webfonts/Satoshi-Medium.woff2 +0 -0
- package/assets/webfonts/Satoshi-Regular.eot +0 -0
- package/assets/webfonts/Satoshi-Regular.woff +0 -0
- package/assets/webfonts/Satoshi-Regular.woff2 +0 -0
- package/components/AboutUs/AboutUsTuan.vue +25 -0
- package/components/AboutUs/Statistics.vue +42 -0
- package/components/AboutUs/SubscribeToTheNewsletter.vue +57 -0
- package/components/AddAddress/index.vue +70 -0
- package/components/BestSellers/Products.vue +1562 -0
- package/components/BestSellers/RecentlyViewed.vue +304 -0
- package/components/Cart/ProductQuantity.vue +29 -0
- package/components/Cart/index.vue +167 -0
- package/components/Categories/index.vue +305 -0
- package/components/ChangePassword/index.vue +71 -0
- package/components/Checkout/index.vue +192 -0
- package/components/Common/DashboardNavigation.vue +37 -0
- package/components/Common/PageBanner.vue +28 -0
- package/components/Common/ProductCard.vue +152 -0
- package/components/Common/Services.vue +58 -0
- package/components/Contact/ContactForm.vue +91 -0
- package/components/Contact/ContactInfo.vue +74 -0
- package/components/Dashboard/RecentOrder.vue +173 -0
- package/components/Dashboard/index.vue +79 -0
- package/components/EditAddress/index.vue +119 -0
- package/components/EditProfile/index.vue +97 -0
- package/components/FAQ/index.vue +121 -0
- package/components/FeaturedProduct/FeaturedProducts.vue +304 -0
- package/components/FeaturedProduct/Products.vue +1562 -0
- package/components/ForgotPassword/index.vue +51 -0
- package/components/Layout/BackToUp.vue +38 -0
- package/components/Layout/Copyright.vue +25 -0
- package/components/Layout/Footer.vue +183 -0
- package/components/Layout/FooterTwo.vue +165 -0
- package/components/Layout/LocationOption.vue +178 -0
- package/components/Layout/MiddleHeader.vue +229 -0
- package/components/Layout/MiddleHeaderThree.vue +204 -0
- package/components/Layout/MiddleHeaderTwo.vue +240 -0
- package/components/Layout/Navbar.vue +185 -0
- package/components/Layout/NavbarStyleFour.vue +334 -0
- package/components/Layout/NavbarStyleThree.vue +188 -0
- package/components/Layout/NavbarStyleTwo.vue +108 -0
- package/components/Layout/Preloader.vue +18 -0
- package/components/Layout/RTLSwitchBtn.vue +40 -0
- package/components/Layout/ResponsiveNavbar.vue +431 -0
- package/components/Layout/TopHeader.vue +130 -0
- package/components/Login/index.vue +94 -0
- package/components/MyAccount/index.vue +154 -0
- package/components/NewArrivals/Products.vue +1969 -0
- package/components/NewArrivals/RecentlyViewed.vue +304 -0
- package/components/OrderDetails/index.vue +77 -0
- package/components/OrderHistory/index.vue +197 -0
- package/components/PrivacyPolicy/index.vue +112 -0
- package/components/ProductDetails/ProductDetailsTab.vue +343 -0
- package/components/ProductDetails/ProductQuantity.vue +29 -0
- package/components/ProductDetails/RecentlyViewed.vue +304 -0
- package/components/ProductDetails/index.vue +268 -0
- package/components/Products/RecentlyViewed.vue +304 -0
- package/components/Products/index.vue +292 -0
- package/components/Register/index.vue +88 -0
- package/components/TermsConditions/index.vue +112 -0
- package/components/TrendingProducts/FeaturedProducts.vue +304 -0
- package/components/TrendingProducts/Products.vue +1564 -0
- package/components/Wishlist/ProductQuantity.vue +29 -0
- package/components/Wishlist/index.vue +128 -0
- package/composables/useCart.ts +149 -0
- package/composables/useCategories.ts +87 -0
- package/composables/useCheckout.ts +131 -0
- package/composables/useProducts.ts +162 -0
- package/composables/useSiteConfig.ts +236 -0
- package/composables/useTemplateSections.ts +74 -0
- package/e2e/cart.spec.ts +71 -0
- package/e2e/fixtures/mock-api.ts +166 -0
- package/e2e/homepage.spec.ts +65 -0
- package/e2e/layout.spec.ts +73 -0
- package/e2e/navigation.spec.ts +61 -0
- package/e2e/pages/cart.page.ts +44 -0
- package/e2e/pages/homepage.page.ts +46 -0
- package/e2e/playwright.config.ts +32 -0
- package/e2e/products.spec.ts +33 -0
- package/layouts/default.vue +94 -0
- package/layouts/inner.vue +70 -0
- package/nuxt.config.ts +86 -0
- package/package.json +38 -0
- package/pages/about-us.vue +12 -0
- package/pages/address.vue +10 -0
- package/pages/cart.vue +10 -0
- package/pages/categories.vue +10 -0
- package/pages/change-password.vue +10 -0
- package/pages/checkout.vue +10 -0
- package/pages/contact.vue +11 -0
- package/pages/dashboard.vue +10 -0
- package/pages/edit-address.vue +10 -0
- package/pages/edit-profile.vue +10 -0
- package/pages/faq.vue +10 -0
- package/pages/forgot-password.vue +10 -0
- package/pages/login.vue +10 -0
- package/pages/my-account.vue +10 -0
- package/pages/order-details.vue +10 -0
- package/pages/order-history.vue +10 -0
- package/pages/privacy-policy.vue +10 -0
- package/pages/product-details.vue +10 -0
- package/pages/products.vue +10 -0
- package/pages/register.vue +10 -0
- package/pages/terms-conditions.vue +10 -0
- package/pages/wishlist.vue +10 -0
- package/plugins/site-init.client.ts +24 -0
- package/plugins/vuetify.ts +18 -0
- package/types/index.ts +121 -0
- package/utils/image.ts +13 -0
- package/utils/store.ts +21 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/* Blank Area Style
|
|
2
|
+
============================================*/
|
|
3
|
+
.single-servives-item {
|
|
4
|
+
margin-bottom: 25px;
|
|
5
|
+
i {
|
|
6
|
+
font-size: 48px;
|
|
7
|
+
color: var(--primary);
|
|
8
|
+
}
|
|
9
|
+
h3 {
|
|
10
|
+
font-size: 16px;
|
|
11
|
+
margin-bottom: 0;
|
|
12
|
+
}
|
|
13
|
+
span {
|
|
14
|
+
font-size: var(--fontSize14);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
/* Blank Area Style
|
|
2
|
+
============================================*/
|
|
3
|
+
.sidebar {
|
|
4
|
+
h3 {
|
|
5
|
+
font-size: var(--fontSize18);
|
|
6
|
+
font-family: var(--fontFamilyBold);
|
|
7
|
+
margin-bottom: 15px;
|
|
8
|
+
}
|
|
9
|
+
&.ms-78 {
|
|
10
|
+
margin-left: 78px;
|
|
11
|
+
}
|
|
12
|
+
.filter-selecet {
|
|
13
|
+
max-height: 400px;
|
|
14
|
+
overflow: auto;
|
|
15
|
+
li {
|
|
16
|
+
margin-bottom: 10px;
|
|
17
|
+
&:last-child {
|
|
18
|
+
margin-bottom: 0;
|
|
19
|
+
}
|
|
20
|
+
.form-check {
|
|
21
|
+
.form-check-input {
|
|
22
|
+
position: relative;
|
|
23
|
+
top: 1px;
|
|
24
|
+
border-color: #57636c;
|
|
25
|
+
&:focus {
|
|
26
|
+
box-shadow: none;
|
|
27
|
+
border-color: var(--primary);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
.form-check-label {
|
|
31
|
+
font-size: var(--fontSize14);
|
|
32
|
+
font-family: var(--fontFamilyMedium);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
.h-36 {
|
|
38
|
+
height: 36px;
|
|
39
|
+
&::placeholder {
|
|
40
|
+
font-size: 15px;
|
|
41
|
+
font-family: var(--fontFamilyMedium);
|
|
42
|
+
color: var(--secondary);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
// Filter Rang
|
|
46
|
+
.filter-rang {
|
|
47
|
+
.noUi-target {
|
|
48
|
+
cursor: pointer;
|
|
49
|
+
:focus {
|
|
50
|
+
outline: none;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
.noUi-horizontal {
|
|
54
|
+
height: 7px;
|
|
55
|
+
.noUi-handle {
|
|
56
|
+
top: -5px;
|
|
57
|
+
right: -12px;
|
|
58
|
+
width: 15px;
|
|
59
|
+
height: 15px;
|
|
60
|
+
background: var(--bodyColor);
|
|
61
|
+
border: 2px solid var(--bodyColor);
|
|
62
|
+
border-radius: 50%;
|
|
63
|
+
box-shadow: unset;
|
|
64
|
+
cursor: pointer;
|
|
65
|
+
transition: transform 0.1s;
|
|
66
|
+
&:before,
|
|
67
|
+
&:after {
|
|
68
|
+
content: none;
|
|
69
|
+
}
|
|
70
|
+
&:hover {
|
|
71
|
+
transform: scale(1.1);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
.noUi-connect {
|
|
76
|
+
background: var(--bodyColor);
|
|
77
|
+
}
|
|
78
|
+
.noUi-base {
|
|
79
|
+
background: #eeeeee;
|
|
80
|
+
}
|
|
81
|
+
.filter__label {
|
|
82
|
+
max-width: 67px;
|
|
83
|
+
background: transparent;
|
|
84
|
+
border-radius: 6px;
|
|
85
|
+
padding: 5px 0;
|
|
86
|
+
position: relative;
|
|
87
|
+
cursor: pointer;
|
|
88
|
+
&:before {
|
|
89
|
+
position: absolute;
|
|
90
|
+
left: 8px;
|
|
91
|
+
top: 50%;
|
|
92
|
+
transform: translateY(-50%);
|
|
93
|
+
right: 28px;
|
|
94
|
+
left: auto;
|
|
95
|
+
color: var(--secondary);
|
|
96
|
+
}
|
|
97
|
+
&:nth-child(1) {
|
|
98
|
+
&:before {
|
|
99
|
+
content: "$";
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
&:nth-child(2) {
|
|
103
|
+
&:before {
|
|
104
|
+
content: "$";
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
.filter__input {
|
|
108
|
+
font-weight: 600;
|
|
109
|
+
color: var(--secondary);
|
|
110
|
+
background-color: transparent;
|
|
111
|
+
height: 35px;
|
|
112
|
+
padding: 0;
|
|
113
|
+
cursor: pointer;
|
|
114
|
+
max-width: 160px;
|
|
115
|
+
border: none;
|
|
116
|
+
&:focus {
|
|
117
|
+
border: none;
|
|
118
|
+
outline: none;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
.filter__slider-price {
|
|
123
|
+
width: 100%;
|
|
124
|
+
margin-top: 20px;
|
|
125
|
+
margin-bottom: 0;
|
|
126
|
+
border-radius: none;
|
|
127
|
+
border: 0;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
.color-filter {
|
|
131
|
+
li {
|
|
132
|
+
cursor: pointer;
|
|
133
|
+
width: 30px;
|
|
134
|
+
height: 30px;
|
|
135
|
+
border-radius: 50px;
|
|
136
|
+
&.color1 {
|
|
137
|
+
background-color: #d9d9d9;
|
|
138
|
+
}
|
|
139
|
+
&.color2 {
|
|
140
|
+
background-color: #f7931e;
|
|
141
|
+
}
|
|
142
|
+
&.color3 {
|
|
143
|
+
background-color: #ff0000;
|
|
144
|
+
}
|
|
145
|
+
&.color4 {
|
|
146
|
+
background-color: #75b344;
|
|
147
|
+
}
|
|
148
|
+
&.color5 {
|
|
149
|
+
background-color: #a58a00;
|
|
150
|
+
}
|
|
151
|
+
&.color6 {
|
|
152
|
+
background-color: #0052ce;
|
|
153
|
+
}
|
|
154
|
+
&.color7 {
|
|
155
|
+
background-color: #ff91be;
|
|
156
|
+
}
|
|
157
|
+
&.color8 {
|
|
158
|
+
background-color: #000000;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
&.product-sidebar {
|
|
163
|
+
border-right: 1px solid #e7e9eb;
|
|
164
|
+
padding-right: 24px;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
.single-sidebar-widget {
|
|
168
|
+
margin-bottom: 30px;
|
|
169
|
+
&:last-child {
|
|
170
|
+
margin-bottom: 0;
|
|
171
|
+
}
|
|
172
|
+
.popular-item {
|
|
173
|
+
margin-bottom: 20px;
|
|
174
|
+
&:last-child {
|
|
175
|
+
margin-bottom: 0;
|
|
176
|
+
}
|
|
177
|
+
img {
|
|
178
|
+
border-radius: var(--borderRadius6);
|
|
179
|
+
}
|
|
180
|
+
h6 {
|
|
181
|
+
a {
|
|
182
|
+
font-size: 15px;
|
|
183
|
+
font-family: var(--fontFamilyBold);
|
|
184
|
+
text-decoration: none;
|
|
185
|
+
color: var(--secondary);
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
i {
|
|
189
|
+
color: var(--warning);
|
|
190
|
+
margin-right: 8px;
|
|
191
|
+
}
|
|
192
|
+
span {
|
|
193
|
+
font-size: var(--fontSize15);
|
|
194
|
+
}
|
|
195
|
+
&:hover {
|
|
196
|
+
h6 {
|
|
197
|
+
a {
|
|
198
|
+
color: var(--primary);
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
.categories {
|
|
204
|
+
li {
|
|
205
|
+
margin-bottom: 5px;
|
|
206
|
+
&:last-child {
|
|
207
|
+
margin-bottom: 0;
|
|
208
|
+
}
|
|
209
|
+
a {
|
|
210
|
+
text-decoration: none;
|
|
211
|
+
font-size: var(--fontSize15);
|
|
212
|
+
font-family: var(--fontFamilyBold);
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
.tags {
|
|
217
|
+
margin-right: -4px;
|
|
218
|
+
li {
|
|
219
|
+
display: inline-block;
|
|
220
|
+
margin-bottom: 8px;
|
|
221
|
+
margin-right: 4px;
|
|
222
|
+
a {
|
|
223
|
+
display: inline-block;
|
|
224
|
+
border: 1px solid var(--warning);
|
|
225
|
+
padding: 5px 20px;
|
|
226
|
+
text-decoration: none;
|
|
227
|
+
border-radius: 50px;
|
|
228
|
+
&:hover {
|
|
229
|
+
background-color: var(--warning);
|
|
230
|
+
color: var(--white);
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
.form-control {
|
|
236
|
+
padding: 8px 20px;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
/* Min width 1200px to Max width 1399px */
|
|
241
|
+
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
|
|
242
|
+
.sidebar {
|
|
243
|
+
&.ms-78 {
|
|
244
|
+
margin-left: 0;
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
@media only screen and (max-width: 1199px) {
|
|
250
|
+
.sidebar {
|
|
251
|
+
&.ms-78 {
|
|
252
|
+
margin-left: 0;
|
|
253
|
+
}
|
|
254
|
+
&.product-sidebar {
|
|
255
|
+
border: none;
|
|
256
|
+
padding: 0;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|