Are we Design Tokens yet?

browser/components/aiwindow/ui/content/ai-window-content.css

Propagation: No Props Found

Back to Home
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

:root {
  /* override --background-color-canvas from tokens-shared.css */
  background-color: transparent;

  /* Brand colors  */
  --aiwindow-brand-soft-purple: #f1e7f8;

  /* AI Window gradients */
  --aiwindow-gradient-button: linear-gradient(97deg, #8341ca -31.39%, #656fff 90.52%);
  --aiwindow-input-gradient: linear-gradient(117deg, #321bfd -17.87%, #cf30e2 52.93%, #f90 89.02%, #f5c451 109.44%);
}
Back to Home