summaryrefslogtreecommitdiff
path: root/chromium/ui/login/account_picker/user_pod_template.css
blob: b3ea8006ec4e5fcb2cb557a45af1a52eccbf8b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Copyright 2016 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 *
 * This is the stylesheet imported into the style module in
 * user_pod_template.html.
 */

.action-box-remove-user-warning .remove-warning-button {
  --active-shadow-action-rgb: var(--google-red-500-rgb);
  --bg-action: var(--google-red-700);
  --hover-bg-action: rgba(var(--google-red-700-rgb), .9);
  --hover-shadow-action-rgb: var(--google-red-500-rgb);
}