This document outlines the style classes for the Offline Banner component, which is displayed when the application detects no network connectivity.
| Class Name | Type | Purpose |
|---|---|---|
| .app-offline-banner | View | To style the outermost wrapper of the offline banner component. |
| .app-offline-banner-image-container | View | To style the container for the offline image. |
| .app-offline-banner-text-container | View | To style the container for text content (message, description). |
These classes target specific elements within the offline banner component, allowing for more granular styling.
| Class Name | Type | Purpose |
|---|---|---|
| .offline-banner-image | WmImage | To style the offline/no connection image. |
| .offline-banner-message | WmLabel | To style the main "No Internet Connection" message. |
| .offline-banner-description | WmLabel | To style the descriptive text explaining the offline state. |
| .offline-banner-retry-button | WmButton | To style the "Retry" button. |