|
15 | 15 | <!-- Brand --> |
16 | 16 | <a |
17 | 17 | [routerLink]="['/']" |
18 | | - class="md:block text-left md:pb-2 text-coolGray-600 mr-0 inline-block whitespace-nowrap text-sm uppercase font-bold p-4 px-0" |
| 18 | + class="md:block text-left md:pb-2 text-blueGray-600 mr-0 inline-block whitespace-nowrap text-sm uppercase font-bold p-4 px-0" |
19 | 19 | > |
20 | 20 | <span class="block sm:hidden"> Tailwind Angular </span> |
21 | 21 | <span class="hidden sm:block"> Notus Angular </span> |
|
36 | 36 | > |
37 | 37 | <!-- Collapse header --> |
38 | 38 | <div |
39 | | - class="md:min-w-full md:hidden block pb-4 mb-4 border-b border-solid border-coolGray-200" |
| 39 | + class="md:min-w-full md:hidden block pb-4 mb-4 border-b border-solid border-blueGray-200" |
40 | 40 | > |
41 | 41 | <div class="flex flex-wrap"> |
42 | 42 | <div class="w-6/12"> |
43 | 43 | <a |
44 | 44 | [routerLink]="['/']" |
45 | | - class="md:block text-left md:pb-2 text-coolGray-600 mr-0 inline-block whitespace-nowrap text-sm uppercase font-bold p-4 px-0" |
| 45 | + class="md:block text-left md:pb-2 text-blueGray-600 mr-0 inline-block whitespace-nowrap text-sm uppercase font-bold p-4 px-0" |
46 | 46 | > |
47 | 47 | Notus Angular |
48 | 48 | </a> |
|
64 | 64 | <input |
65 | 65 | type="text" |
66 | 66 | placeholder="Search" |
67 | | - class="border-0 px-3 py-2 h-12 border border-solid border-coolGray-500 placeholder-coolGray-300 text-coolGray-600 bg-white rounded text-base leading-snug shadow-none outline-none focus:outline-none w-full font-normal" |
| 67 | + class="border-0 px-3 py-2 h-12 border border-solid border-blueGray-500 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-base leading-snug shadow-none outline-none focus:outline-none w-full font-normal" |
68 | 68 | /> |
69 | 69 | </div> |
70 | 70 | </form> |
|
73 | 73 | <hr class="my-4 md:min-w-full" /> |
74 | 74 | <!-- Heading --> |
75 | 75 | <h6 |
76 | | - class="md:min-w-full text-coolGray-500 text-xs uppercase font-bold block pt-1 pb-4 no-underline" |
| 76 | + class="md:min-w-full text-blueGray-500 text-xs uppercase font-bold block pt-1 pb-4 no-underline" |
77 | 77 | > |
78 | 78 | Admin Layout Pages |
79 | 79 | </h6> |
|
89 | 89 | [ngClass]=" |
90 | 90 | adminDashboard.isActive |
91 | 91 | ? 'text-red-600 hover:text-red-700' |
92 | | - : 'text-coolGray-700 hover:text-coolGray-500' |
| 92 | + : 'text-blueGray-700 hover:text-blueGray-500' |
93 | 93 | " |
94 | 94 | > |
95 | 95 | <i |
96 | 96 | class="fas fa-tv mr-2 text-sm" |
97 | 97 | [ngClass]=" |
98 | | - adminDashboard.isActive ? 'opacity-75' : 'text-coolGray-300' |
| 98 | + adminDashboard.isActive ? 'opacity-75' : 'text-blueGray-300' |
99 | 99 | " |
100 | 100 | ></i> |
101 | 101 | Dashboard |
|
111 | 111 | [ngClass]=" |
112 | 112 | adminSettings.isActive |
113 | 113 | ? 'text-red-600 hover:text-red-700' |
114 | | - : 'text-coolGray-700 hover:text-coolGray-500' |
| 114 | + : 'text-blueGray-700 hover:text-blueGray-500' |
115 | 115 | " |
116 | 116 | > |
117 | 117 | <i |
118 | 118 | class="fas fa-tools mr-2 text-sm" |
119 | 119 | [ngClass]=" |
120 | | - adminSettings.isActive ? 'opacity-75' : 'text-coolGray-300' |
| 120 | + adminSettings.isActive ? 'opacity-75' : 'text-blueGray-300' |
121 | 121 | " |
122 | 122 | ></i> |
123 | 123 | Settings |
|
133 | 133 | [ngClass]=" |
134 | 134 | adminTables.isActive |
135 | 135 | ? 'text-red-600 hover:text-red-700' |
136 | | - : 'text-coolGray-700 hover:text-coolGray-500' |
| 136 | + : 'text-blueGray-700 hover:text-blueGray-500' |
137 | 137 | " |
138 | 138 | > |
139 | 139 | <i |
140 | 140 | class="fas fa-table mr-2 text-sm" |
141 | 141 | [ngClass]=" |
142 | | - adminTables.isActive ? 'opacity-75' : 'text-coolGray-300' |
| 142 | + adminTables.isActive ? 'opacity-75' : 'text-blueGray-300' |
143 | 143 | " |
144 | 144 | ></i> |
145 | 145 | Tables |
|
155 | 155 | [ngClass]=" |
156 | 156 | adminMaps.isActive |
157 | 157 | ? 'text-red-600 hover:text-red-700' |
158 | | - : 'text-coolGray-700 hover:text-coolGray-500' |
| 158 | + : 'text-blueGray-700 hover:text-blueGray-500' |
159 | 159 | " |
160 | 160 | > |
161 | 161 | <i |
162 | 162 | class="fas fa-map-marked mr-2 text-sm" |
163 | 163 | [ngClass]=" |
164 | | - adminMaps.isActive ? 'opacity-75' : 'text-coolGray-300' |
| 164 | + adminMaps.isActive ? 'opacity-75' : 'text-blueGray-300' |
165 | 165 | " |
166 | 166 | ></i> |
167 | 167 | Maps |
|
173 | 173 | <hr class="my-4 md:min-w-full" /> |
174 | 174 | <!-- Heading --> |
175 | 175 | <h6 |
176 | | - class="md:min-w-full text-coolGray-500 text-xs uppercase font-bold block pt-1 pb-4 no-underline" |
| 176 | + class="md:min-w-full text-blueGray-500 text-xs uppercase font-bold block pt-1 pb-4 no-underline" |
177 | 177 | > |
178 | 178 | Auth Layout Pages |
179 | 179 | </h6> |
|
183 | 183 | <li class="items-center"> |
184 | 184 | <a |
185 | 185 | [routerLink]="['/auth/login']" |
186 | | - class="text-coolGray-700 hover:text-coolGray-500 text-xs uppercase py-3 font-bold block" |
| 186 | + class="text-blueGray-700 hover:text-blueGray-500 text-xs uppercase py-3 font-bold block" |
187 | 187 | > |
188 | | - <i class="fas fa-fingerprint text-coolGray-300 mr-2 text-sm"></i> |
| 188 | + <i class="fas fa-fingerprint text-blueGray-300 mr-2 text-sm"></i> |
189 | 189 | Login |
190 | 190 | </a> |
191 | 191 | </li> |
192 | 192 |
|
193 | 193 | <li class="items-center"> |
194 | 194 | <a |
195 | 195 | [routerLink]="['/auth/register']" |
196 | | - class="text-coolGray-700 hover:text-coolGray-500 text-xs uppercase py-3 font-bold block" |
| 196 | + class="text-blueGray-700 hover:text-blueGray-500 text-xs uppercase py-3 font-bold block" |
197 | 197 | > |
198 | | - <i class="fas fa-clipboard-list text-coolGray-300 mr-2 text-sm"></i> |
| 198 | + <i class="fas fa-clipboard-list text-blueGray-300 mr-2 text-sm"></i> |
199 | 199 | Register |
200 | 200 | </a> |
201 | 201 | </li> |
|
205 | 205 | <hr class="my-4 md:min-w-full" /> |
206 | 206 | <!-- Heading --> |
207 | 207 | <h6 |
208 | | - class="md:min-w-full text-coolGray-500 text-xs uppercase font-bold block pt-1 pb-4 no-underline" |
| 208 | + class="md:min-w-full text-blueGray-500 text-xs uppercase font-bold block pt-1 pb-4 no-underline" |
209 | 209 | > |
210 | 210 | No Layout Pages |
211 | 211 | </h6> |
|
215 | 215 | <li class="items-center"> |
216 | 216 | <a |
217 | 217 | [routerLink]="['/landing']" |
218 | | - class="text-coolGray-700 hover:text-coolGray-500 text-xs uppercase py-3 font-bold block" |
| 218 | + class="text-blueGray-700 hover:text-blueGray-500 text-xs uppercase py-3 font-bold block" |
219 | 219 | > |
220 | | - <i class="fas fa-newspaper text-coolGray-300 mr-2 text-sm"></i> |
| 220 | + <i class="fas fa-newspaper text-blueGray-300 mr-2 text-sm"></i> |
221 | 221 | Landing Page |
222 | 222 | </a> |
223 | 223 | </li> |
224 | 224 |
|
225 | 225 | <li class="items-center"> |
226 | 226 | <a |
227 | 227 | [routerLink]="['/profile']" |
228 | | - class="text-coolGray-700 hover:text-coolGray-500 text-xs uppercase py-3 font-bold block" |
| 228 | + class="text-blueGray-700 hover:text-blueGray-500 text-xs uppercase py-3 font-bold block" |
229 | 229 | > |
230 | | - <i class="fas fa-user-circle text-coolGray-300 mr-2 text-sm"></i> |
| 230 | + <i class="fas fa-user-circle text-blueGray-300 mr-2 text-sm"></i> |
231 | 231 | Profile Page |
232 | 232 | </a> |
233 | 233 | </li> |
|
237 | 237 | <hr class="my-4 md:min-w-full" /> |
238 | 238 | <!-- Heading --> |
239 | 239 | <h6 |
240 | | - class="md:min-w-full text-coolGray-500 text-xs uppercase font-bold block pt-1 pb-4 no-underline" |
| 240 | + class="md:min-w-full text-blueGray-500 text-xs uppercase font-bold block pt-1 pb-4 no-underline" |
241 | 241 | > |
242 | 242 | Documentation |
243 | 243 | </h6> |
|
247 | 247 | <a |
248 | 248 | href="https://www.creative-tim.com/learning-lab/tailwind/angular/colors/notus" |
249 | 249 | target="_blank" |
250 | | - class="text-coolGray-700 hover:text-coolGray-500 text-sm block mb-4 no-underline font-semibold" |
| 250 | + class="text-blueGray-700 hover:text-blueGray-500 text-sm block mb-4 no-underline font-semibold" |
251 | 251 | > |
252 | | - <i class="fas fa-paint-brush mr-2 text-coolGray-300 text-base"></i> |
| 252 | + <i class="fas fa-paint-brush mr-2 text-blueGray-300 text-base"></i> |
253 | 253 | Styles |
254 | 254 | </a> |
255 | 255 | </li> |
|
258 | 258 | <a |
259 | 259 | href="https://www.creative-tim.com/learning-lab/tailwind/angular/alerts/notus" |
260 | 260 | target="_blank" |
261 | | - class="text-coolGray-700 hover:text-coolGray-500 text-sm block mb-4 no-underline font-semibold" |
| 261 | + class="text-blueGray-700 hover:text-blueGray-500 text-sm block mb-4 no-underline font-semibold" |
262 | 262 | > |
263 | | - <i class="fab fa-css3-alt mr-2 text-coolGray-300 text-base"></i> |
| 263 | + <i class="fab fa-css3-alt mr-2 text-blueGray-300 text-base"></i> |
264 | 264 | CSS Components |
265 | 265 | </a> |
266 | 266 | </li> |
|
269 | 269 | <a |
270 | 270 | href="https://www.creative-tim.com/learning-lab/tailwind/angular/overview/notus" |
271 | 271 | target="_blank" |
272 | | - class="text-coolGray-700 hover:text-coolGray-500 text-sm block mb-4 no-underline font-semibold" |
| 272 | + class="text-blueGray-700 hover:text-blueGray-500 text-sm block mb-4 no-underline font-semibold" |
273 | 273 | > |
274 | | - <i class="fab fa-angular mr-2 text-coolGray-300 text-base"></i> |
| 274 | + <i class="fab fa-angular mr-2 text-blueGray-300 text-base"></i> |
275 | 275 | Angular |
276 | 276 | </a> |
277 | 277 | </li> |
|
280 | 280 | <a |
281 | 281 | href="https://www.creative-tim.com/learning-lab/tailwind/js/overview/notus" |
282 | 282 | target="_blank" |
283 | | - class="text-coolGray-700 hover:text-coolGray-500 text-sm block mb-4 no-underline font-semibold" |
| 283 | + class="text-blueGray-700 hover:text-blueGray-500 text-sm block mb-4 no-underline font-semibold" |
284 | 284 | > |
285 | | - <i class="fab fa-js-square mr-2 text-coolGray-300 text-base"></i> |
| 285 | + <i class="fab fa-js-square mr-2 text-blueGray-300 text-base"></i> |
286 | 286 | Javascript |
287 | 287 | </a> |
288 | 288 | </li> |
|
291 | 291 | <a |
292 | 292 | href="https://www.creative-tim.com/learning-lab/tailwind/nextjs/overview/notus" |
293 | 293 | target="_blank" |
294 | | - class="text-coolGray-700 hover:text-coolGray-500 text-sm block mb-4 no-underline font-semibold" |
| 294 | + class="text-blueGray-700 hover:text-blueGray-500 text-sm block mb-4 no-underline font-semibold" |
295 | 295 | > |
296 | | - <i class="fab fa-react mr-2 text-coolGray-300 text-base"></i> |
| 296 | + <i class="fab fa-react mr-2 text-blueGray-300 text-base"></i> |
297 | 297 | NextJS |
298 | 298 | </a> |
299 | 299 | </li> |
|
302 | 302 | <a |
303 | 303 | href="https://www.creative-tim.com/learning-lab/tailwind/react/overview/notus" |
304 | 304 | target="_blank" |
305 | | - class="text-coolGray-700 hover:text-coolGray-500 text-sm block mb-4 no-underline font-semibold" |
| 305 | + class="text-blueGray-700 hover:text-blueGray-500 text-sm block mb-4 no-underline font-semibold" |
306 | 306 | > |
307 | | - <i class="fab fa-react mr-2 text-coolGray-300 text-base"></i> |
| 307 | + <i class="fab fa-react mr-2 text-blueGray-300 text-base"></i> |
308 | 308 | React |
309 | 309 | </a> |
310 | 310 | </li> |
|
313 | 313 | <a |
314 | 314 | href="https://www.creative-tim.com/learning-lab/tailwind/svelte/overview/notus" |
315 | 315 | target="_blank" |
316 | | - class="text-coolGray-700 hover:text-coolGray-500 text-sm block mb-4 no-underline font-semibold" |
| 316 | + class="text-blueGray-700 hover:text-blueGray-500 text-sm block mb-4 no-underline font-semibold" |
317 | 317 | > |
318 | | - <i class="fas fa-link mr-2 text-coolGray-300 text-base"></i> |
| 318 | + <i class="fas fa-link mr-2 text-blueGray-300 text-base"></i> |
319 | 319 | Svelte |
320 | 320 | </a> |
321 | 321 | </li> |
|
324 | 324 | <a |
325 | 325 | href="https://www.creative-tim.com/learning-lab/tailwind/vue/overview/notus" |
326 | 326 | target="_blank" |
327 | | - class="text-coolGray-700 hover:text-coolGray-500 text-sm block mb-4 no-underline font-semibold" |
| 327 | + class="text-blueGray-700 hover:text-blueGray-500 text-sm block mb-4 no-underline font-semibold" |
328 | 328 | > |
329 | | - <i class="fab fa-vuejs mr-2 text-coolGray-300 text-base"></i> |
| 329 | + <i class="fab fa-vuejs mr-2 text-blueGray-300 text-base"></i> |
330 | 330 | VueJS |
331 | 331 | </a> |
332 | 332 | </li> |
|
0 commit comments