/*
 * Custom CSS for Pimcore Admin Backend
 * This file will be automatically injected into the admin interface
 */

/* Example: Custom branding colors */
.pimcore_panel_toolbar {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

/* Example: Custom button styling */
.x-btn-default-small {
    border-radius: 4px !important;
}

/* Example: Custom grid styling */
.x-grid-row-alt {
    background-color: #f8f9fa !important;
}

/* Example: Custom notification styles */
.pimcore_notification {
    border-left: 4px solid #007bff !important;
}

/* Add your custom admin styles here */