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. */
5 /* TODO(xdai): Remove hard-coded font-family for 'Roboto'. */
8 box-sizing: border-box
;
9 color: rgba
(0, 0, 0, .54);
10 font-family: Roboto
, 'Noto Sans', sans-serif
;
29 margin: 42px 16px 24px 16px;
32 #start-container div
.container
{
33 background: rgb
(66, 133, 244);
37 background: -webkit-image-set
(
38 url
(../images
/intro-1x
.png
) 1x,
39 url
(../images
/intro-2x
.png
) 2x)
56 #start-container div
.buttonbar
{
57 background-color: rgb
(51, 103, 214);
63 #start-container .buttonbar button
{
71 -webkit-app-region: no-drag
;
72 color: rgb
(51, 103, 214);
73 text-decoration: none
;
77 -webkit-app-region: no-drag
;
81 -webkit-app-region: drag
;
104 background: -webkit-image-set
(
105 url
(../images
/gradient-1x
.png
) 1x,
106 url
(../images
/gradient-2x
.png
) 2x)
109 padding: 70px 42px 0 42px;
119 padding: 32px 42px 0 42px;
123 color: rgba
(0, 0, 0, .87);
128 color: rgba
(0, 0, 0, .54);
143 a
[is
='action-link'] {
144 display: inline-block
;
147 text-decoration: none
;
148 text-transform: uppercase
;
158 display: inline-block
;
166 color: rgba
(0, 0, 0, .54);
167 display: inline-block
;
173 .train.recorded .text {
174 color: rgba
(66, 133, 244, 1);
177 @-webkit-keyframes rotate
{
178 from
{ -webkit-transform: rotate
(0); }
179 to
{ -webkit-transform: rotate
(359deg); }
182 .train.listening .icon {
183 -webkit-animation: rotate
2s linear infinite
;
184 background: -webkit-image-set
(
185 url
(../images
/placeholder-loader-1x
.png
) 1x,
186 url
(../images
/placeholder-loader-2x
.png
) 2x)
190 .train.not-started .icon {
191 background: -webkit-image-set
(
192 url
(../images
/ic-check-gray-1x
.png
) 1x,
193 url
(../images
/ic-check-gray-2x
.png
) 2x)
197 .train.recorded .icon {
198 background: -webkit-image-set
(
199 url
(../images
/ic-check-blue-1x
.png
) 1x,
200 url
(../images
/ic-check-blue-2x
.png
) 2x)
211 background: -webkit-image-set
(
212 url
(../images
/ic-check-blue-1x
.png
) 1x,
213 url
(../images
/ic-check-blue-2x
.png
) 2x)
215 display: inline-block
;
223 color: rgba
(0, 0, 0, .54);
224 display: inline-block
;
232 background-color: rgba
(236,239, 241, 1);
243 display: inline-block
;
249 padding: 1px 8px 0 8px;
250 text-transform: uppercase
;
253 .buttonbar button:disabled {
257 .buttonbar button.grayed-out {
258 color: rgba
(0, 0, 0, .28);
259 text-transform: none
;
262 .buttonbar button.primary {
263 color: rgb
(51, 103, 214);
271 .buttonbar .left button:first-child {
280 .buttonbar .message {
284 .buttonbar .message .icon {
285 display: inline-block
;
292 .buttonbar .message.wait .icon {
293 -webkit-animation: rotate
2s linear infinite
;
294 background: -webkit-image-set
(
295 url
(../images
/placeholder-loader-1x
.png
) 1x,
296 url
(../images
/placeholder-loader-2x
.png
) 2x)
300 .buttonbar .message.error .icon {
301 background: -webkit-image-set
(
302 url
(../images
/ic-error-1x
.png
) 1x,
303 url
(../images
/ic-error-2x
.png
) 2x)
307 .buttonbar .message .text {
308 color: rgba
(0, 0, 0, .54);
309 display: inline-block
;
315 .buttonbar .message.error .text {
316 color: rgb
(213, 0, 0);
320 -webkit-app-region: no-drag
;
321 background: -webkit-image-set
(
322 url
(../images
/ic-x-white-1x
.png
) 1x,
323 url
(../images
/ic-x-white-2x
.png
) 2x)
324 center center no-repeat
;
337 background-color: rgb
(38, 50, 56);
340 padding: 10px 12px 0 42px;
354 color: rgb
(58, 218, 255);
359 padding: 0 8px 0 8px;
360 text-transform: uppercase
;