| OLD | NEW |
| (Empty) |
| 1 /* | |
| 2 * Copyright (c) 2016 The Chromium Authors. All rights reserved. | |
| 3 * Use of this source code is governed by a BSD-style license that can be | |
| 4 * found in the LICENSE file. | |
| 5 */ | |
| 6 | |
| 7 .timeline-landing-page { | |
| 8 align-self: center; | |
| 9 max-width: 500px; | |
| 10 font-size: 14px; | |
| 11 margin-top: 30px; | |
| 12 } | |
| 13 | |
| 14 .timeline-landing-page .timeline-perspective-body { | |
| 15 line-height: 1.5; | |
| 16 padding: 12px; | |
| 17 white-space: pre-line; | |
| 18 font-size: 12px; | |
| 19 } | |
| 20 | |
| 21 .timeline-landing-page .timeline-perspective-body > div { | |
| 22 margin-bottom: 12px; | |
| 23 flex-shrink: 0; | |
| 24 } | |
| 25 | |
| 26 .timeline-landing-page button { | |
| 27 min-width: 120px; | |
| 28 padding: 6px; | |
| 29 margin: 14px 14px 0 0; | |
| 30 } | |
| 31 | |
| 32 .timeline-landing-page .recording-setting { | |
| 33 display: flex; | |
| 34 align-items: flex-start; | |
| 35 margin-bottom: 2px !important; | |
| 36 } | |
| 37 | |
| 38 .timeline-landing-page .recording-setting label { | |
| 39 flex: 0 0 100px; | |
| 40 } | |
| 41 | |
| 42 .timeline-landing-page .recording-setting-description { | |
| 43 color: #999; | |
| 44 } | |
| OLD | NEW |