Move Webstore URL concepts to //extensions and out
[chromium-blink-merge.git] / chrome / browser / resources / contextual_search / promo.css
blob2cebc940e299d6305eda31839d175804f7628de6
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 */
5 @font-face {
6 font-family: 'Roboto2';
7 font-weight: 400;
8 src: local('Roboto'), local('Roboto2-Regular'),
9 url(/roboto.woff2) format('woff2'), url(/roboto.woff) format('woff');
12 body {
13 color: #414141;
14 font-family: 'Roboto2', sans-serif;
15 margin: 0;
18 a {
19 color: #414141;
22 .colored {
23 color: rgb(66, 133, 244);
26 .label {
27 display: inline-block;
28 font-size: 14px;
29 font-weight: bold;
30 padding: 28px;
31 white-space: nowrap;
34 .label a {
35 text-decoration: none;
36 text-transform: uppercase;
39 #button-container {
40 text-align: right;
41 width: 100%;
44 #container.hide {
45 -webkit-transform: scale(0.95);
46 -webkit-transition-duration: 218ms;
47 -webkit-transition-property: opacity, -webkit-transform;
48 opacity: 0;
51 #description {
52 font-size: 16px;
53 line-height: 1.4em;
54 margin: 32px 16px 4px 16px;
57 #heading {
58 font-size: 24px;
59 letter-spacing: 1px;
60 margin-top: 0;
61 text-align: center;