Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / oobe_popup_overlay.css
blob57a6bf4daadaf5f08f82076bc5ab68cbde5ba8dc
1 /* Copyright 2014 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 .popup-overlay {
7 -webkit-transition: 250ms opacity;
8 align-items: center;
9 background: rgba(255, 255, 255, .75);
10 bottom: 0;
11 display: flex;
12 justify-content: center;
13 left: 0;
14 padding: 20px;
15 position: fixed;
16 right: 0;
17 top: 0;
18 z-index: 5;
21 .oobe-popup {
22 background: white;
23 border: 1px solid rgb(188, 193, 208);
24 border-radius: 2px;
25 box-shadow: 0 5px 80px #505050;
26 min-height: 250px;
27 position: relative;
28 width: 460px;
29 z-index: 10;
32 .oobe-popup h1 {
33 -webkit-padding-end: 24px;
34 -webkit-user-select: none;
35 background: linear-gradient(white, #F8F8F8);
36 color: rgb(83, 99, 125);
37 font-size: 105%;
38 font-weight: bold;
39 margin: 0;
40 padding: 10px 15px 8px 15px;
41 text-shadow: white 0 1px 2px;
44 .popup-content-area {
45 padding: 20px 20px 60px 20px;