Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / saml_confirm_password.css
blob93df538e535871d7e7956e039b320776239532c6
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: block;
8 position: relative;
11 #closeButton {
12 color: white;
13 position: absolute;
14 right: 10px;
15 top: 10px;
16 z-index: 1;
19 :host-context(html[dir=rtl]) #closeButton {
20 left: 10px;
21 right: auto;
24 paper-dialog {
25 --paper-dialog-title: {
26 font-size: 15px;
29 width: 384px;