@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,71 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Page-navigation Area Style
|
|
3
|
+
======================================================*/
|
|
4
|
+
.pagination-area {
|
|
5
|
+
.page-numbers {
|
|
6
|
+
width: 32px;
|
|
7
|
+
height: 32px;
|
|
8
|
+
line-height: 32px;
|
|
9
|
+
text-align: center;
|
|
10
|
+
display: inline-block;
|
|
11
|
+
margin-left: 0;
|
|
12
|
+
margin-right: 0;
|
|
13
|
+
font-size: 16px;
|
|
14
|
+
color: var(--bodyColor);
|
|
15
|
+
text-decoration: none;
|
|
16
|
+
transition: var(--transition);
|
|
17
|
+
border-radius: 50px;
|
|
18
|
+
background-color: var(--white);
|
|
19
|
+
position: relative;
|
|
20
|
+
i {
|
|
21
|
+
font-size: 22px;
|
|
22
|
+
font-weight: normal;
|
|
23
|
+
color: var(--bodyColor);
|
|
24
|
+
transition: var(--transition);
|
|
25
|
+
}
|
|
26
|
+
&:hover {
|
|
27
|
+
color: var(--dark);
|
|
28
|
+
background-color: var(--white);
|
|
29
|
+
i {
|
|
30
|
+
color: var(--white);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
&.next {
|
|
34
|
+
top: 3px;
|
|
35
|
+
background-color: var(--gray2);
|
|
36
|
+
&:hover {
|
|
37
|
+
background-color: var(--primary);
|
|
38
|
+
color: var(--white);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
&:hover {
|
|
42
|
+
color: var(--secondary);
|
|
43
|
+
}
|
|
44
|
+
&.current {
|
|
45
|
+
color: var(--secondary);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/* Max width 767px */
|
|
51
|
+
@media only screen and (max-width: 767px) {
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/* Min width 768px to Max width 992px */
|
|
55
|
+
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* Min width 992px to Max width 1199px */
|
|
59
|
+
@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
/* Min width 1200px to Max width 1399px */
|
|
63
|
+
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/* Min width 1400px to Max width 1799px */
|
|
67
|
+
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
@media only screen and (max-width: 1199px) {
|
|
71
|
+
}
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
/* Modal Newsletter Area Style
|
|
2
|
+
============================================*/
|
|
3
|
+
.popup-overlay {
|
|
4
|
+
height: 100%;
|
|
5
|
+
width: 100%;
|
|
6
|
+
background: rgba(0, 0, 0, 0.8);
|
|
7
|
+
position: fixed;
|
|
8
|
+
z-index: 9999;
|
|
9
|
+
transition: var(--transition);
|
|
10
|
+
top: 50%;
|
|
11
|
+
left: 50%;
|
|
12
|
+
transform: translate(-50%, -50%);
|
|
13
|
+
border: none;
|
|
14
|
+
.container {
|
|
15
|
+
padding: 0;
|
|
16
|
+
}
|
|
17
|
+
.align-middle {
|
|
18
|
+
position: absolute;
|
|
19
|
+
justify-content: center;
|
|
20
|
+
align-items: center;
|
|
21
|
+
display: flex;
|
|
22
|
+
width: 100%;
|
|
23
|
+
height: 100%;
|
|
24
|
+
left: 0;
|
|
25
|
+
right: 0;
|
|
26
|
+
.popup-body {
|
|
27
|
+
max-width: 810px;
|
|
28
|
+
height: auto;
|
|
29
|
+
background-color: var(--white);
|
|
30
|
+
box-shadow: 0 0 15px 5px #222;
|
|
31
|
+
margin: auto;
|
|
32
|
+
z-index: 9999;
|
|
33
|
+
margin: 30px;
|
|
34
|
+
position: relative;
|
|
35
|
+
.popup-close {
|
|
36
|
+
position: absolute;
|
|
37
|
+
top: -12.5px;
|
|
38
|
+
right: -12.5px;
|
|
39
|
+
cursor: pointer;
|
|
40
|
+
i {
|
|
41
|
+
width: 25px;
|
|
42
|
+
height: 25px;
|
|
43
|
+
line-height: 25px;
|
|
44
|
+
background-color: var(--secondary);
|
|
45
|
+
display: inline-block;
|
|
46
|
+
text-align: center;
|
|
47
|
+
box-shadow: var(--boxShadow);
|
|
48
|
+
color: var(--white);
|
|
49
|
+
transition: var(--transition);
|
|
50
|
+
}
|
|
51
|
+
&:hover {
|
|
52
|
+
i {
|
|
53
|
+
background-color: #ff0000;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
.modal-newsletter {
|
|
60
|
+
padding-right: 24px;
|
|
61
|
+
padding-top: 50px;
|
|
62
|
+
padding-bottom: 50px;
|
|
63
|
+
h3 {
|
|
64
|
+
font-size: 24px;
|
|
65
|
+
}
|
|
66
|
+
.newsletter-form {
|
|
67
|
+
.default-btn {
|
|
68
|
+
position: relative;
|
|
69
|
+
width: 100%;
|
|
70
|
+
margin-top: 30px;
|
|
71
|
+
}
|
|
72
|
+
#chb1 {
|
|
73
|
+
margin-right: 5px;
|
|
74
|
+
position: relative;
|
|
75
|
+
top: 1px;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
ul {
|
|
79
|
+
padding: 0;
|
|
80
|
+
margin: 0;
|
|
81
|
+
list-style-type: none;
|
|
82
|
+
margin-top: 30px;
|
|
83
|
+
margin-bottom: 20px;
|
|
84
|
+
li {
|
|
85
|
+
display: inline-block;
|
|
86
|
+
margin-right: 10px;
|
|
87
|
+
&:last-child {
|
|
88
|
+
margin-right: 0;
|
|
89
|
+
}
|
|
90
|
+
a {
|
|
91
|
+
i {
|
|
92
|
+
width: 40px;
|
|
93
|
+
height: 40px;
|
|
94
|
+
line-height: 40px;
|
|
95
|
+
background-color: var(--gray1);
|
|
96
|
+
color: var(--secondary);
|
|
97
|
+
transition: var(--transition);
|
|
98
|
+
display: inline-block;
|
|
99
|
+
text-align: center;
|
|
100
|
+
}
|
|
101
|
+
&:hover {
|
|
102
|
+
i {
|
|
103
|
+
color: var(--white);
|
|
104
|
+
background-color: var(--primary);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
&.popup-hide {
|
|
112
|
+
opacity: 0;
|
|
113
|
+
visibility: hidden;
|
|
114
|
+
}
|
|
115
|
+
.slider {
|
|
116
|
+
position: relative;
|
|
117
|
+
top: -1px;
|
|
118
|
+
margin-left: 3px;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
.popup-show {
|
|
122
|
+
opacity: 1;
|
|
123
|
+
visibility: visible;
|
|
124
|
+
}
|
|
125
|
+
.popup-overlay {
|
|
126
|
+
display: none;
|
|
127
|
+
}
|
|
128
|
+
.popup-hide {
|
|
129
|
+
.popup-overlay {
|
|
130
|
+
display: block;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
.popup-show {
|
|
134
|
+
.popup-overlay {
|
|
135
|
+
//display: none;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
[data-theme="show"] {
|
|
139
|
+
.popup-overlay {
|
|
140
|
+
display: block;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
[data-theme="hide"] {
|
|
144
|
+
.popup-overlay {
|
|
145
|
+
display: none;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/* Max width 767px */
|
|
150
|
+
@media only screen and (max-width: 767px) {
|
|
151
|
+
.popup-overlay {
|
|
152
|
+
.align-middle {
|
|
153
|
+
.popup-body {
|
|
154
|
+
margin: 20px;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
label {
|
|
158
|
+
font-size: 14px;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
.popup-overlay .modal-newsletter {
|
|
162
|
+
padding: 20px;
|
|
163
|
+
h3 {
|
|
164
|
+
font-size: 20px;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
.newsletter-img {
|
|
168
|
+
img {
|
|
169
|
+
width: 100%;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
/* Preloader Area Style
|
|
2
|
+
============================================*/
|
|
3
|
+
#preloader {
|
|
4
|
+
top: 0;
|
|
5
|
+
left: 0;
|
|
6
|
+
right: 0;
|
|
7
|
+
bottom: 0;
|
|
8
|
+
z-index: 9999;
|
|
9
|
+
position: fixed;
|
|
10
|
+
background-color: var(--white);
|
|
11
|
+
|
|
12
|
+
.preloader {
|
|
13
|
+
transform: translate(-50%, -50%);
|
|
14
|
+
position: absolute;
|
|
15
|
+
left: 50%;
|
|
16
|
+
top: 50%;
|
|
17
|
+
|
|
18
|
+
.loader {
|
|
19
|
+
position: relative;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
display: block;
|
|
22
|
+
height: 150px;
|
|
23
|
+
width: 150px;
|
|
24
|
+
margin: {
|
|
25
|
+
left: auto;
|
|
26
|
+
right: auto;
|
|
27
|
+
}
|
|
28
|
+
div {
|
|
29
|
+
height: 100%;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
.loader,
|
|
33
|
+
.loader div {
|
|
34
|
+
padding: 8px;
|
|
35
|
+
border-radius: 50%;
|
|
36
|
+
border: 2px solid transparent;
|
|
37
|
+
animation: rotate linear 3.5s infinite;
|
|
38
|
+
border: {
|
|
39
|
+
top-color: var(--primary);
|
|
40
|
+
border-bottom: var(--primary);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
.waviy {
|
|
44
|
+
margin-top: 20px;
|
|
45
|
+
position: relative;
|
|
46
|
+
text-align: center;
|
|
47
|
+
-webkit-box-reflect: below -47px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
|
|
48
|
+
font: {
|
|
49
|
+
size: 60px;
|
|
50
|
+
weight: 700;
|
|
51
|
+
}
|
|
52
|
+
span {
|
|
53
|
+
position: relative;
|
|
54
|
+
color: var(--dark);
|
|
55
|
+
animation-delay: 0.1s;
|
|
56
|
+
display: inline-block;
|
|
57
|
+
animation: waviy 1s infinite;
|
|
58
|
+
|
|
59
|
+
&:nth-child(2) {
|
|
60
|
+
animation-delay: 0.2s;
|
|
61
|
+
}
|
|
62
|
+
&:nth-child(3) {
|
|
63
|
+
animation-delay: 0.3s;
|
|
64
|
+
}
|
|
65
|
+
&:nth-child(4) {
|
|
66
|
+
animation-delay: 0.4s;
|
|
67
|
+
}
|
|
68
|
+
&:nth-child(5) {
|
|
69
|
+
animation-delay: 0.5s;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
@keyframes rotate {
|
|
76
|
+
0% {
|
|
77
|
+
transform: rotate(0deg);
|
|
78
|
+
}
|
|
79
|
+
50% {
|
|
80
|
+
transform: rotate(180deg);
|
|
81
|
+
}
|
|
82
|
+
100% {
|
|
83
|
+
transform: rotate(360deg);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
@keyframes waviy {
|
|
87
|
+
0%,
|
|
88
|
+
40%,
|
|
89
|
+
100% {
|
|
90
|
+
transform: translateY(0);
|
|
91
|
+
}
|
|
92
|
+
20% {
|
|
93
|
+
transform: translateY(-20px);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/* Max width 767px */
|
|
98
|
+
@media only screen and (max-width: 767px) {
|
|
99
|
+
#preloader {
|
|
100
|
+
.preloader {
|
|
101
|
+
.waviy {
|
|
102
|
+
font: {
|
|
103
|
+
size: 40px;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|