Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / offline_gaia.css
blobf8c4dd5b1d7ae699b5820dd3f36d874d37ddc1fb
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: flex;
8 flex-direction: column;
9 font-size: 18px;
10 overflow: hidden;
11 position: relative;
14 #backButton {
15 color: white;
16 left: 10px;
17 position: absolute;
18 top: 10px;
19 z-index: 1;
22 :host-context(html[dir=rtl]) #backButton {
23 left: auto;
24 right: 10px;
25 transform: scaleX(-1);
28 paper-dialog {
29 --paper-dialog-title: {
30 font-size: 15px;
33 width: 384px;