Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / media_router / elements / issue_banner / issue_banner.css
blobdc52f3900ef7e0a8eb8dd57f12b8d815749efca2
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. */
5 .action {
6 /* TODO(apacible): Update to use Chromium paper color. */
7 background-color: rgb(82, 147, 242);
8 color: white;
11 #blocking-issue-buttons {
12 display: flex;
15 #blocking-issue-header {
16 display: flex;
17 overflow: hidden;
18 padding-top: 10px;
21 #blocking-issue-message {
22 -webkit-padding-start: 8px;
23 color: rgb(125, 125, 125);
24 line-height: 1.125em;
25 vertical-align: middle;
28 #blocking-issue-title {
29 -webkit-padding-start: 8px;
30 font-weight: bold;
31 line-height: 1.125em;
32 vertical-align: top;
35 .issue-action {
36 color: black;
37 cursor: pointer;
38 text-decoration: underline;
41 #non-blocking-issue {
42 -webkit-padding-start: 12px;
43 background-color: rgb(249, 236, 191);
44 line-height: 1.25em;
45 padding-bottom: 6px;
46 padding-top: 6px;
49 #sad-face {
50 -webkit-margin-start: 20px;
51 background-image: -webkit-image-set(
52 url(../icon/sad-face.png) 1x,
53 url(../icon/sad-face2x.png) 2x);
54 background-repeat: no-repeat;
55 height: 32px;
56 width: 32px;