Przeglądaj źródła

Merge branch 'master' of https://code.bizgaze.com/sachin.ganesh/anwi_website

# Conflicts:
#	styles/style.scss
sachinganesh 2 lat temu
rodzic
commit
0bdee634db

+ 55
- 32
dist/Js/footer.js Wyświetl plik

@@ -133,43 +133,66 @@ $(document).ready(function() {
133 133
     <div id="collapseSeven" class="accordion-collapse collapse" aria-labelledby="headingSeven" data-bs-parent="#accordionExample">
134 134
       <div class="accordion-body">
135 135
       <ul class="list-inline">
136
-                                <li>
137
-                                    <ul class="d-flex
138
-                                            list-inline">
139
-                                        <li><img src="" alt="logo"></li>
140
-                                        <li>Twitter</li>
141
-                                    </ul>
142
-                                </li>
143
-                                <li>
144
-                                    <ul class="d-flex list-inline">
145
-                                        <li><img src="" alt="logo"></li>
146
-                                        <li>Instagram</li>
147
-                                    </ul>
148
-                                </li>
149
-                                <li>
150
-                                    <ul class="d-flex list-inline">
151
-                                        <li><img src="" alt="logo"></li>
152
-                                        <li>Youtube</li>
153
-                                    </ul>
154
-                                </li>
155
-                                <li>
156
-                                    <ul class="d-flex list-inline">
157
-                                        <li><img src="" alt="logo"></li>
158
-                                        <li>Linkedin</li>
159
-                                    </ul>
160
-                                </li>
161
-                                <li>
162
-                                    <ul class="d-flex list-inline">
163
-                                        <li><img src="" alt="logo"></li>
164
-                                        <li>Facebook</li>
165
-                                    </ul>
166
-                                </li>
167
-                            </ul>
136
+      <li>
137
+          <ul class="d-flex
138
+                  list-inline">
139
+              <li class="footer-socailImg"><img src="dist/assets/imgs/footer/twitter.png" alt="logo" class="px-1 img-fluid"></li>
140
+              <li>Twitter</li>
141
+          </ul>
142
+      </li>
143
+      <li>
144
+          <ul class="d-flex list-inline">
145
+              <li class="footer-socailImg"><img src="dist/assets/imgs/footer/instra.png" alt="logo" class="px-1 img-fluid"></li>
146
+              <li>Instagram</li>
147
+          </ul>
148
+      </li>
149
+      <li>
150
+          <ul class="d-flex list-inline">
151
+              <li class="footer-socailImg"><img src="dist/assets/imgs/footer/youtube.png" alt="logo" class="px-1 img-fluid"></li>
152
+              <li>Youtube</li>
153
+          </ul>
154
+      </li>
155
+      <li>
156
+          <ul class="d-flex list-inline">
157
+              <li class="footer-socailImg"><img src="dist/assets/imgs/footer/linkedin.png" alt="logo" class="px-1 img-fluid"></li>
158
+              <li>Linkedin</li>
159
+          </ul>
160
+      </li>
161
+      <li>
162
+          <ul class="d-flex list-inline">
163
+              <li class="footer-socailImg"><img src="dist/assets/imgs/footer/facebook.png" alt="logo" class="px-1 img-fluid"></li>
164
+              <li>Facebook</li>
165
+          </ul>
166
+      </li>
167
+  </ul>
168 168
 
169 169
       </div>
170 170
     </div>
171 171
   </div>
172
+  
173
+  </div>
174
+  <div class="footer-sub-content ">
175
+  <div class="container">
176
+  <div class="d-flex g-0 align-items-center justify-content-around">
177
+          <div class="col-md-2 text-white
178
+                  text-center">
179
+              <p class="mb-0">Privacy Policy</p>
180
+          </div>
181
+          <div class="col-md-2 text-white
182
+                  text-center">
183
+              <p class="mb-0"> Terms of Use Sales
184
+              </p>
185
+          </div>
186
+          <div class="col-md-2 text-white">
187
+              <p class="mb-0">Policy</p>
188
+          </div>
189
+      </div>
190
+  <div class="text-white">
191
+  <p class="mb-0 text-center">Copyright ©2023 Anwisystems pvt ltd.</p>
192
+  <p class="mb-0 text-center">All rights reserved.</p>
193
+</div>
172 194
   </div>
195
+</div>
173 196
   </div>
174 197
     <div class="footer-main-container d-none d-sm-block ">
175 198
         <div class="footer-logo py-3

BIN
dist/assets/imgs/Navbar/Accessiories-1.png Wyświetl plik


BIN
dist/assets/imgs/Navbar/Accessiories-2.png Wyświetl plik


BIN
dist/assets/imgs/Navbar/Accessiories-3.png Wyświetl plik


BIN
dist/assets/imgs/Navbar/Accessiories-4.png Wyświetl plik


BIN
dist/assets/imgs/Navbar/Accessiories-5.png Wyświetl plik


BIN
dist/assets/imgs/Navbar/Business-laptop.png Wyświetl plik


BIN
dist/assets/imgs/Navbar/Compact-cpu-2.png Wyświetl plik


BIN
dist/assets/imgs/Navbar/Compact-cpu.png Wyświetl plik


BIN
dist/assets/imgs/Navbar/Cpu-1.png Wyświetl plik


BIN
dist/assets/imgs/Navbar/Cpu-2.png Wyświetl plik


BIN
dist/assets/imgs/Navbar/Creator-laptop.png Wyświetl plik


BIN
dist/assets/imgs/Navbar/Server-1.png Wyświetl plik


BIN
dist/assets/imgs/Navbar/Server-2.png Wyświetl plik


BIN
dist/assets/imgs/Navbar/Server-3.png Wyświetl plik


BIN
dist/assets/imgs/Navbar/Server-4.png Wyświetl plik


BIN
dist/assets/imgs/Navbar/Server-5.png Wyświetl plik


+ 4
- 0
styles/base/_utilities.scss Wyświetl plik

@@ -195,6 +195,10 @@
195 195
   width: 20px;
196 196
 }
197 197
 
198
+.w-200{
199
+  width:200px;
200
+}
201
+
198 202
 // font weight
199 203
 
200 204
 

+ 146
- 123
styles/pages/_home.scss Wyświetl plik

@@ -1,84 +1,95 @@
1 1
 /* home page */
2
-
2
+$color_1: #000;
3
+$color_2: white;
4
+$font-family_1: "Satoshi", sans-serif;
5
+$background-color_1: #000;
6
+$background-color_2: #0fa5c5;
7
+$background-color_3: #f2f9fb;
8
+/* BUtton */
3 9
 .button_dark.btn-dark {
4
-    background-color: #000000 !important;
5
-    font-family: "Satoshi", sans-serif;
10
+	background-color: $background-color_1 !important;
11
+	font-family: $font-family_1;
12
+	&:hover {
13
+		background-color: $background-color_1 !important;
14
+		font-family: $font-family_1;
15
+		opacity: 1 !important;
16
+	}
6 17
 }
7
-
8
-.button_dark.btn-dark:hover {
9
-    background-color: #000000 !important;
10
-    font-family: "Satoshi", sans-serif;
11
-    opacity: 1 !important;
18
+/* main-container */
19
+.home-main-container {
20
+	#navbar-head { /* navbar */
21
+		.navbar-nav {
22
+			.nav-item {
23
+				.nav-link {
24
+					color: $color_1;
25
+					font-family: $font-family_1;
26
+				}
27
+			}
28
+		}
29
+	}
30
+	.offer-main-sec {/* main-offersec */
31
+		.offer-sec {
32
+			margin-top: -35px;
33
+		}
34
+	}
35
+	.aw-feature-name {
36
+		h5 {
37
+			transform: rotate(180deg);
38
+			transform-origin: center center 0;
39
+			writing-mode: vertical-rl;
40
+		}
41
+	}
42
+	.out-of-world { /* out-of-worldzz */
43
+		.card {
44
+			background-color: $background-color_2;
45
+		}
46
+	}
47
+	.aw-support-sec {
48
+		.aw-support-sec-main-container {
49
+			background-color: $background-color_3;
50
+		}
51
+		.news-letter-sec {
52
+			.news-letter-email {
53
+				&:focus {
54
+					border-bottom: 1px solid white;
55
+					outline: none;
56
+				}
57
+				&::placeholder {
58
+					color: $color_2;
59
+				}
60
+			}
61
+		}
62
+	}
63
+	.owl-carousel.star-products-img-sec { /* owl-carousal */
64
+		.owl-dots {
65
+			text-align: left;
66
+			.owl-dot {
67
+				span {
68
+					height: 3px;
69
+					width: 25px;
70
+				}
71
+			}
72
+			.owl-dot.active {
73
+				color: $color_1;
74
+			}
75
+		}
76
+		.owl-nav {
77
+			text-align: right;
78
+			margin-right: 5rem;
79
+		}
80
+	}
12 81
 }
13
-
14
-.home-main-container #navbar-head {
15
-    .navbar-nav .nav-item .nav-link {
16
-        color: #000000;
17
-        font-family: "Satoshi", sans-serif;
18
-    }
19
-}
20
-
82
+/* banner */
21 83
 .hero-banner {
22
-    // background-image: url(../../dist/assets/imgs/Home/banner.png);
23
-    background-image: url(../../dist/assets/imgs/Home/banner.png);
24
-    // background-color: #cccccc;
25
-    background-size: cover;
26
-    background-repeat: no-repeat;
27
-    background-position: center center;
28
-    background-position-y: -100px;
29
-    // home-banner
30
-    .banner-main-container {
31
-        height: 620px;
32
-    }
33
-}
34
-
35
-.home-main-container .offer-main-sec {
36
-    .offer-sec {
37
-        margin-top: -35px;
38
-    }
39
-}
40
-
41
-.home-main-container .aw-feature-name {
42
-    h5 {
43
-        transform: rotate(180deg);
44
-        transform-origin: center center 0;
45
-        writing-mode: vertical-rl;
46
-    }
84
+	background-image: url(../../dist/assets/imgs/Home/banner.png);
85
+	background-size: cover;
86
+	background-repeat: no-repeat;
87
+	background-position: center center;
88
+	background-position-y: -100px;
89
+	.banner-main-container {
90
+		height: 620px;
91
+	}
47 92
 }
48
-
49
-.home-main-container .out-of-world .card {
50
-    background-color: #0FA5C5;
51
-}
52
-
53
-.home-main-container .aw-support-sec {
54
-    .aw-support-sec-main-container {
55
-        background-color: #F2F9FB;
56
-    }
57
-    .news-letter-sec .news-letter-email:focus {
58
-        border-bottom: 1px solid white;
59
-        outline: none;
60
-    }
61
-    .news-letter-sec .news-letter-email::placeholder {
62
-        color: white;
63
-    }
64
-}
65
-
66
-.home-main-container .owl-carousel.star-products-img-sec .owl-dots {
67
-    text-align: left;
68
-    .owl-dot span {
69
-        height: 3px;
70
-        width: 25px;
71
-    }
72
-    .owl-dot.active {
73
-        color: #000000;
74
-    }
75
-}
76
-
77
-.home-main-container .owl-carousel.star-products-img-sec .owl-nav {
78
-    text-align: right;
79
-    margin-right: 5rem;
80
-}
81
-
82 93
 @media (min-width:1900px) {
83 94
     .hero-banner {
84 95
         background-size: 100% 100%;
@@ -120,70 +131,71 @@
120 131
 
121 132
 @media (min-width:278px) and (max-width:767px) {
122 133
     .home-main-container {
123
-        h5,
134
+        h5 {
135
+            font-size: 1rem;
136
+        }
124 137
         h6 {
125 138
             font-size: 1rem;
126 139
         }
127
-        .sec-space-1,
140
+        .sec-space-1 {
141
+            margin-top: 40px;
142
+        }
128 143
         .sec-space-2 {
129 144
             margin-top: 40px;
130 145
         }
131 146
         .banner-main-container {
132 147
             height: 550px;
133 148
             display: block !important;
134
-        text-align: center;
135
-        .col-md-6 {
136
-            padding-top: 7rem;
137
-
138
-            .button_dark{
139
-                display: none;
149
+            text-align: center;
150
+            .col-md-6 {
151
+                padding-top: 7rem;
152
+                .button_dark {
153
+                    display: none;
154
+                }
155
+            }
156
+            .mobile-home-img {
157
+                width: 85%;
158
+            }
159
+            h1 {
160
+                font-size: 2rem;
140 161
             }
141 162
         }
142
-        .mobile-home-img{
143
-            width: 85%;
144
-        }
145
-        h1 {
146
-            font-size: 2rem;
147
-        }
148
-    }
149 163
         .hero-banner {
150
-            // background: url(../../dist/assets/imgs/Home/All-in-one.png);
151
-            // background-size: cover;
152 164
             background-position: 0;
153 165
         }
154
-        .aw-main-features{
166
+        .aw-main-features {
155 167
             display: none;
156 168
         }
157 169
         .mobile-text-center {
158 170
             text-align: center;
159 171
         }
160
-        // .aw-partners img {
161
-        //     width: 150px;
162
-        //     height: 50px;
163
-        // }
164
-        // .aw-partners .windows-icon-mb img {
165
-        //     width: 60px;
166
-        //     height: 50px;
167
-        // }
168
-        .aw-feature-name h5 {
169
-            transform: rotate(0deg);
170
-            writing-mode: horizontal-tb;
172
+        .aw-feature-name {
173
+            h5 {
174
+                transform: rotate(0deg);
175
+                writing-mode: horizontal-tb;
176
+            }
171 177
         }
172 178
         .products-main-container {
173
-            .enterprise-prd,.consumer-prd {
179
+            .enterprise-prd {
180
+                margin-top: 10px;
181
+            }
182
+            .consumer-prd {
174 183
                 margin-top: 10px;
175 184
             }
176
-           
177 185
         }
178
-       
179 186
         .news-letter-sec {
180 187
             a.button_dark {
181 188
                 padding: 10px 5px;
182 189
             }
183 190
         }
184
-        .owl-carousel.star-products-img-sec .owl-nav {
185
-            text-align: center;
186
-            margin-right: 0px;
191
+        .owl-carousel.star-products-img-sec {
192
+            .d-flex{
193
+justify-content: center !important;
194
+            }
195
+            .owl-nav {
196
+                text-align: center;
197
+                margin-right: 0px;
198
+            }
187 199
         }
188 200
         .star-products {
189 201
             .owl-dots {
@@ -202,34 +214,45 @@
202 214
                 padding: 0 !important;
203 215
             }
204 216
         }
205
-        .offer-main-sec{
217
+        .offer-main-sec {
206 218
             margin-bottom: 0 !important;
207 219
             padding: 0 !important;
208 220
         }
209
-        .offer-sec{
210
-            p{
221
+        .offer-sec {
222
+            p {
211 223
                 font-size: 0.85rem;
212 224
             }
213 225
         }
214 226
     }
215 227
     .footer-wrapper {
216
-        .accordion-button,
228
+        .accordion-button {
229
+            font-family: $font-family_1;
230
+            color: $color_2;
231
+            background-color: $background-color_1;
232
+            &:not(.collapsed) {
233
+                &::after {
234
+                    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
235
+                }
236
+            }
237
+        }
217 238
         .accordion-body {
218
-            font-family: "Satoshi", sans-serif;
219
-            color: white;
220
-            background-color: #000000;
239
+            font-family: $font-family_1;
240
+            color: $color_2;
241
+            background-color: $background-color_1;
221 242
         }
222
-        .accordion-button:not(.collapsed)::after,
223
-        .accordion-button.collapsed::after {
224
-            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
243
+        .accordion-button.collapsed {
244
+            &::after {
245
+                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
246
+            }
225 247
         }
248
+         .footer-sub-content p{
249
+            font-size: 0.85rem;
250
+         }
226 251
     }
252
+    
227 253
 }
228
-
229 254
 // index styles
230
-
231 255
 .feature-bg-image.animated-feature-img {
232
-   
233 256
     animation: slide 1s ease .2s forwards;
234 257
     opacity: 0;
235 258
     // transform-origin: left top;

+ 175
- 77
styles/style.scss Wyświetl plik

@@ -138,94 +138,192 @@ body {
138 138
 //     body {
139 139
 //       padding: 0; } 
140 140
 //   }
141
-.bg-green {
142
-    background-color: #3bb78f;
143
-    background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
144
-}
141
+$color_1: #000;
142
+$font-family_1: "Satoshi", sans-serif;
143
+$background-color_1: #3bb78f;
144
+$background-color_2: #fff;
145 145
 
146 146
 
147
+.bg-green {
148
+    background-color: $background-color_1;
149
+	background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
150
+}
147 151
 /* button */
148
-
149 152
 .button_dark {
150
-    clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
151
-    padding-right: 1.7rem;
152
-    padding-bottom: 0.6rem;
153
-    padding-top: 0.6rem;
154
-    border-radius: 10px;
155
-}
156
-
157
-// navbar
158
-#navbar-head{
159
-    position: fixed;
160
-    width: 100%;
161
-    z-index: 20;
162
-    top: 0;
163
-}
164
-.biz-nav-wrapper {
165
-    .navbar-brand img {
166
-        width: 150px;
167
-    }
153
+	clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
154
+	padding-right: 1.7rem;
155
+	padding-bottom: 0.6rem;
156
+	padding-top: 0.6rem;
157
+	border-radius: 10px;
168 158
 }
169
-
170
-.navbar-nav .nav-item .nav-link {
171
-    color: #000000;
172
-    font-family: "Satoshi", sans-serif;
159
+/* navbar */
160
+#navbar-head {
161
+	position: fixed;
162
+	width: 100%;
163
+	z-index: 9999;
164
+	top: 0;
165
+	.biz-nav-wrapper {
166
+		.navbar-brand {
167
+			img {
168
+				width: 150px;
169
+			}
170
+		}
171
+		.dropdown.has-mega-menu {
172
+			position: static !important;
173
+		}
174
+		.dropdown-menu {
175
+			.dropdown-items-row {
176
+				width: 100%;
177
+				margin: 0px;
178
+			}
179
+		}
180
+	}
181
+	.navbar-nav {
182
+		gap: 2rem;
183
+		.nav-item {
184
+			.nav-link {
185
+				color: $color_1;
186
+				font-family: $font-family_1;
187
+				margin-top: 0.25rem;
188
+			}
189
+		}
190
+		.dropdown.has-mega-menu {
191
+			&:hover {
192
+				>.navbar {
193
+					background-color: $background-color_2;
194
+				}
195
+			}
196
+		}
197
+	}
198
+	.button_dark.btn-dark {
199
+		font-weight: bold;
200
+	}
201
+	.dropdown-menu {
202
+		width: 100%;
203
+		left: 0;
204
+		margin-top: 1.5rem;
205
+	}
206
+	.dropdown {
207
+		&:hover {
208
+			>.dropdown-menu {
209
+				display: block;
210
+			}
211
+		}
212
+	}
213
+	.dropdown-item-img {
214
+		img {
215
+			width: 200px;
216
+		}
217
+	}
173 218
 }
174
-
175
-
176 219
 /* footer */
177
-
178 220
 .footer-wrapper {
179
-    // background-color: rgb(0, 0, 0);
180
-    background-image: url(../dist/assets/imgs/Home/Footer-bg-1.png);
181
-    background-size: cover;
182
-
183
-    .footer-content-main-container {
184
-        background-image: url(../dist/assets/imgs/Home/Footer-pattern.png);
185
-        background-size: contain;
186
-        background-position: right 30px;
187
-        background-repeat: no-repeat;
188
-    }
189
-
190
-    .last-col-footer {
191
-        width: 23%;
192
-    }
193
-
194
-    @media (min-width:1990px) {
195
-        .footer-rkt {
196
-            right: 45px !important;
197
-        }
198
-    }
199
-
200
-    .footer-logo img {
201
-        width: 120px;
202
-    }
203
-
204
-    li,
205
-    .footer-sub-content p {
206
-        line-height: 2rem;
207
-        font-family: "Satoshi", sans-serif;
208
-    }
209
-}
210
-
211
-// footer 
212
-.footer-socailImg{
213
-    width: 30px;
221
+	background-image: url(../dist/assets/imgs/Home/Footer-bg-1.png);
222
+	background-size: cover;
223
+	.footer-content-main-container {
224
+		background-image: url(../dist/assets/imgs/Home/Footer-pattern.png);
225
+		background-size: contain;
226
+		background-position: right 30px;
227
+		background-repeat: no-repeat;
228
+	}
229
+	.last-col-footer {
230
+		width: 23%;
231
+	}
232
+	.footer-logo {
233
+		img {
234
+			width: 120px;
235
+		}
236
+	}
237
+	li {
238
+		line-height: 2rem;
239
+		font-family: $font-family_1;
240
+	}
241
+	.footer-sub-content {
242
+		p {
243
+			line-height: 2rem;
244
+			font-family: $font-family_1;
245
+		}
246
+	}
214 247
 }
215
-
216
-.footer-rocket-img{
217
-    width: 80px;
248
+.footer-socailImg {
249
+	width: 30px;
218 250
 }
219
-
220
-.footer-rkt:hover{
221
-    animation: rocketRotate 2s infinite;
251
+@media (min-width: 1990px) {
252
+	.footer-wrapper {
253
+		.footer-rkt {
254
+			right: 45px !important;
255
+		}
256
+	}
222 257
 }
223 258
 
224
-@keyframes rocketRotate {
225
-    from {
226
-        transform: rotate(0);
259
+@media (max-width:1024px) {
260
+    $color_1: rgb(255 32 32 / 0%);
261
+    $background-color_1: #4f4f4f;
262
+    #navbar-head {
263
+        .navbar-nav {
264
+            gap: 0;
265
+            .dropdown-menu{
266
+                margin-top: 0;
267
+        }
268
+        }
269
+        .owl-carousel {
270
+        .owl-dots{
271
+            display: none;
272
+             }
273
+        .owl-item {
274
+    //    h6 {
275
+    //         text-align: left !important;
276
+    //        }
277
+          
278
+        }
279
+        }
280
+    }
281
+    .navbar-toggler {
282
+        color: $color_1;
283
+        span {
284
+            display: block;
285
+            background-color: $background-color_1;
286
+            height: 3px;
287
+            width: 25px;
288
+            margin-top: 5px;
289
+            margin-bottom: 5px;
290
+            position: relative;
291
+            left: 0;
292
+            opacity: 1;
293
+            transition: all 0.35s ease-out;
294
+            transform-origin: center left;
295
+            &:nth-child(1) {
296
+                transform: translate(0%, 0%) rotate(0deg);
297
+                margin-top: 0.3em;
298
+            }
299
+            &:nth-child(2) {
300
+                opacity: 1;
301
+            }
302
+            &:nth-child(3) {
303
+                transform: translate(0%, 0%) rotate(0deg);
304
+            }
305
+        }
306
+        &:not(.collapsed) {
307
+            span {
308
+                &:nth-child(1) {
309
+                    transform: translate(15%, -33%) rotate(45deg);
310
+                }
311
+                &:nth-child(2) {
312
+                    opacity: 0;
313
+                }
314
+                &:nth-child(3) {
315
+                    transform: translate(15%, 33%) rotate(-45deg);
316
+                }
317
+            }
318
+        }
227 319
     }
228
-    to {
229
-        transform: rotate(360deg);
320
+}
321
+#footer-head{
322
+    .accordion-item{
323
+        border: 1px solid;
324
+        box-shadow: none;
325
+        .accordion-button:not(.collapsed){
326
+        box-shadow: none !important;}
230 327
     }
231
-  }
328
+   
329
+}

Ładowanie…
Anuluj
Zapisz