Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Chips (0.01 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/webapp/css/chat.css

    .empty-state-suggestions {
        width: 100%;
        max-width: 500px;
    }
    
    .suggestions-label {
        font-size: 0.8125rem;
        color: #6b778c;
        margin-bottom: 0.75rem;
        font-weight: 500;
    }
    
    .suggestion-chips {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: center;
    }
    
    .suggestion-chip {
        padding: 0.5rem 1rem;
        border: 1px solid #dfe1e6;
        border-radius: 20px;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 19.4K bytes
    - Click Count (0)
Back to Top