|
310 | 310 | </div> |
311 | 311 | <!-- Status Indicators Card --> |
312 | 312 | <div |
313 | | - class="bg-selenite-white-100 rounded-lg border border-grey-200 p-8 hover:shadow-soft transition-all duration-300" |
| 313 | + class="bg-selenite-white-100 rounded-lg border border-grey-200 p-8 hover:shadow-soft transition-all duration-300 opacity-50" |
314 | 314 | > |
315 | 315 | <div class="flex flex-col items-center text-center space-y-6"> |
316 | 316 | <div class="bg-grey-100 p-6 rounded-full"> |
|
347 | 347 | feedback. |
348 | 348 | </p> |
349 | 349 | <div class="w-full"> |
350 | | - <a href="../../components/atoms/status-indicators.html"> |
351 | | - <button |
352 | | - class="w-full text-azurite-blue bg-transparent font-medium py-3 px-6 sm:py-2 sm:px-4 rounded-md transition-all duration-300 hover:bg-azurite-blue-50 hover:text-azurite-blue-700 focus:outline-none focus:ring-4 focus:ring-azurite-blue-200 active:bg-azurite-blue-100 text-base sm:text-sm underline underline-offset-2" |
353 | | - > |
354 | | - View Status Indicators |
355 | | - </button> |
356 | | - </a> |
| 350 | + <button |
| 351 | + disabled |
| 352 | + class="w-full border-2 border-grey-300 text-grey-400 bg-transparent font-medium py-2.5 px-5 sm:py-1.5 sm:px-3.5 rounded-md shadow-gentle text-base sm:text-sm cursor-not-allowed opacity-60" |
| 353 | + > |
| 354 | + Coming Soon |
| 355 | + </button> |
357 | 356 | </div> |
358 | 357 | </div> |
359 | 358 | </div> |
360 | 359 | <!-- Safe Mode Toggle Card --> |
361 | 360 | <div |
362 | | - class="bg-selenite-white-100 rounded-lg border border-grey-200 p-8 hover:shadow-soft transition-all duration-300" |
| 361 | + class="bg-selenite-white-100 rounded-lg border border-grey-200 p-8 hover:shadow-soft transition-all duration-300 opacity-50" |
363 | 362 | > |
364 | 363 | <div class="flex flex-col items-center text-center space-y-6"> |
365 | 364 | <div class="bg-rhodochrosite-rose-50 p-6 rounded-full"> |
|
386 | 385 | without cognitive load. |
387 | 386 | </p> |
388 | 387 | <div class="w-full"> |
389 | | - <a href="../../components/atoms/safe-mode-toggle.html"> |
390 | | - <button |
391 | | - class="w-full text-azurite-blue bg-transparent font-medium py-3 px-6 sm:py-2 sm:px-4 rounded-md transition-all duration-300 hover:bg-azurite-blue-50 hover:text-azurite-blue-700 focus:outline-none focus:ring-4 focus:ring-azurite-blue-200 active:bg-azurite-blue-100 text-base sm:text-sm underline underline-offset-2" |
392 | | - > |
393 | | - Explore Safe Space |
394 | | - </button> |
395 | | - </a> |
| 388 | + <button |
| 389 | + disabled |
| 390 | + class="w-full border-2 border-grey-300 text-grey-400 bg-transparent font-medium py-2.5 px-5 sm:py-1.5 sm:px-3.5 rounded-md shadow-gentle text-base sm:text-sm cursor-not-allowed opacity-60" |
| 391 | + > |
| 392 | + Coming Soon |
| 393 | + </button> |
396 | 394 | </div> |
397 | 395 | </div> |
398 | 396 | </div> |
399 | 397 | <!-- Icon Card --> |
400 | 398 | <div |
401 | | - class="bg-selenite-white-100 rounded-lg border border-grey-200 p-8 hover:shadow-soft transition-all duration-300" |
| 399 | + class="bg-selenite-white-100 rounded-lg border border-grey-200 p-8 hover:shadow-soft transition-all duration-300 opacity-50" |
402 | 400 | > |
403 | 401 | <div class="flex flex-col items-center text-center space-y-6"> |
404 | 402 | <div class="bg-sunstone-orange-50 p-6 rounded-full"> |
|
428 | 426 | content categories. |
429 | 427 | </p> |
430 | 428 | <div class="w-full"> |
431 | | - <a href="../../components/atoms/icons.html"> |
432 | | - <button |
433 | | - class="w-full text-azurite-blue bg-transparent font-medium py-3 px-6 sm:py-2 sm:px-4 rounded-md transition-all duration-300 hover:bg-azurite-blue-50 hover:text-azurite-blue-700 focus:outline-none focus:ring-4 focus:ring-azurite-blue-200 active:bg-azurite-blue-100 text-base sm:text-sm underline underline-offset-2" |
434 | | - > |
435 | | - Explore Icon System |
436 | | - </button> |
437 | | - </a> |
| 429 | + <button |
| 430 | + disabled |
| 431 | + class="w-full border-2 border-grey-300 text-grey-400 bg-transparent font-medium py-2.5 px-5 sm:py-1.5 sm:px-3.5 rounded-md shadow-gentle text-base sm:text-sm cursor-not-allowed opacity-60" |
| 432 | + > |
| 433 | + Coming Soon |
| 434 | + </button> |
438 | 435 | </div> |
439 | 436 | </div> |
440 | 437 | </div> |
|
0 commit comments