[sql] Remove _HAS_EXCEPTIONS=0 from build info.
[chromium-blink-merge.git] / chrome / browser / resources / media_router / elements / route_details / route_details.css
blob9508c9f35899d3c9235575c266d957e9fd4f2081
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 #close-route-button {
6 background-color: white;
7 color: rgb(33, 150, 243);
8 text-align: end;
11 #close-button {
12 -webkit-margin-start: auto;
15 #custom-controller {
16 display: inline-block;
17 height: 160px;
18 width: 100%;
21 #route-details-header {
22 background-color: rgb(33, 150, 243);
23 font-size: 1.4em;
26 #route-information {
27 -webkit-padding-start: 30px;
28 background-color: white;
29 font-size: 1.2em;
30 height: 40px;
31 overflow: hidden;
32 padding: 20px 30px;