Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / gaia_button.css
blob67f758ea4246705a33ed4c2d1798c7d85624dd5b
1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
6 :host {
7 display: inline-block;
10 paper-button {
11 background-color: var(--google-blue-500);
12 color: white;
13 font-size: 14px;
14 min-width: 90px;
17 :host([type='link']) paper-button,
18 :host([type='dialog']) paper-button {
19 background-color: transparent;
20 color: var(--google-blue-500);
21 margin: 0;
22 min-width: 0;
25 :host([type='link']) paper-button[focused],
26 :host([type='dialog']) paper-button[focused] {
27 background-color: rgba(66, 133, 244, 0.12);
30 :host([type='link']) paper-button[disabled],
31 :host([type='dialog']) paper-button[disabled] {
32 color: rgb(168,168,168);
35 :host([type='link']) paper-button {
36 border-radius: 0;
37 margin-left: -0.57em;
38 margin-right: -0.57em;
39 text-transform: none;