Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: chrome/browser/resources/contextual_search/promo.css

Issue 587803003: [Search] Add a header image to the promo flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits 2 Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* Copyright 2014 The Chromium Authors. All rights reserved. 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 2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. 3 found in the LICENSE file.
4 */ 4 */
5 @font-face { 5 @font-face {
6 font-family: 'Roboto2'; 6 font-family: 'Roboto2';
7 font-weight: 400; 7 font-weight: 400;
8 src: local('Roboto'), local('Roboto2-Regular'), 8 src: local('Roboto'), local('Roboto2-Regular'),
9 url(/roboto.woff2) format('woff2'), url(/roboto.woff) format('woff'); 9 url(/roboto.woff2) format('woff2'), url(/roboto.woff) format('woff');
10 } 10 }
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 #container.hide { 44 #container.hide {
45 -webkit-transform: scale(0.95); 45 -webkit-transform: scale(0.95);
46 -webkit-transition-duration: 218ms; 46 -webkit-transition-duration: 218ms;
47 -webkit-transition-property: opacity, -webkit-transform; 47 -webkit-transition-property: opacity, -webkit-transform;
48 opacity: 0; 48 opacity: 0;
49 } 49 }
50 50
51 #description { 51 #description {
52 font-size: 16px; 52 font-size: 16px;
53 line-height: 1.4em; 53 line-height: 1.4em;
54 margin: 32px 16px 4px 16px; 54 margin: 24px 16px 4px 16px;
55 } 55 }
56 56
57 #heading { 57 #heading {
58 font-size: 24px; 58 font-size: 24px;
59 letter-spacing: 1px; 59 letter-spacing: 1px;
60 margin-top: 0; 60 margin-top: 0;
61 text-align: center; 61 text-align: center;
62 } 62 }
63
64 #header-image {
65 display: block;
66 height: 100px;
67 margin: 0 auto 24px auto;
68 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/contextual_search/header.svg ('k') | chrome/browser/resources/contextual_search/promo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698