// Code generated by @carbon/themes. DO NOT EDIT.
//
// Copyright IBM Corp. 2018, 2023
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
//

@use 'sass:map';
@use 'sass:string';

$notification-action-hover: (
  white-theme: #ffffff,
  g-10: #ffffff,
) !default;

$notification-action-tertiary-inverse: (
  white-theme: #ffffff,
  g-10: #ffffff,
  g-90: #0f62fe,
  g-100: #0f62fe,
) !default;

$notification-action-tertiary-inverse-active: (
  white-theme: #c6c6c6,
  g-10: #c6c6c6,
  g-90: #002d9c,
  g-100: #002d9c,
) !default;

$notification-action-tertiary-inverse-hover: (
  white-theme: #f4f4f4,
  g-10: #f4f4f4,
  g-90: #0050e6,
  g-100: #0050e6,
) !default;

$notification-action-tertiary-inverse-text: (
  white-theme: #161616,
  g-10: #161616,
  g-90: #ffffff,
  g-100: #ffffff,
) !default;

$notification-action-tertiary-inverse-text-on-color-disabled: (
  white-theme: rgba(255, 255, 255, 0.25),
  g-10: rgba(255, 255, 255, 0.25),
  g-90: #8d8d8d,
  g-100: #8d8d8d,
) !default;

$notification-background-error: (
  white-theme: #fff1f1,
  g-10: #fff1f1,
  g-90: #393939,
  g-100: #262626,
) !default;

$notification-background-info: (
  white-theme: #edf5ff,
  g-10: #edf5ff,
  g-90: #393939,
  g-100: #262626,
) !default;

$notification-background-success: (
  white-theme: #defbe6,
  g-10: #defbe6,
  g-90: #393939,
  g-100: #262626,
) !default;

$notification-background-warning: (
  white-theme: #fcf4d6,
  g-10: #fcf4d6,
  g-90: #393939,
  g-100: #262626,
) !default;
