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.
6 font-family: 'Roboto2';
8 src: local
('Roboto'), local
('Roboto2-Regular'),
9 url
(/roboto.woff2) format
('woff2'), url
(/roboto.woff) format
('woff');
14 font-family: 'Roboto2', sans-serif
;
19 text-decoration: none
;
23 color: rgb
(66, 133, 244);
32 -webkit-transform: scale
(0.95);
33 -webkit-transition-duration: 218ms;
34 -webkit-transition-property: opacity
, -webkit-transform
;
41 margin: 24px 16px 4px 16px;
44 /* Some properties below can be overridden in landscape orientation. */
53 margin: 0 auto
24px auto
;
63 @media screen and
(orientation:landscape
) {
77 html
[dir
='rtl'] .landscape
{
83 display: inline-block
;
86 /* We use a slightly different top-bottom padding because Roboto has a
87 rendering bug which makes an extra padding to be rendered at the bottom of
89 padding: 17px 14px 13px 14px;
94 text-transform: uppercase
;
98 background: rgb
(66, 133, 244);
99 background-clip: padding-box
;
109 color: rgb
(66, 133, 244);