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

Side by Side Diff: chrome/browser/resources/sync_confirmation/sync_confirmation.css

Issue 1806353002: Enhanced Sync Confirmation modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comment Created 4 years, 8 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 2015 The Chromium Authors. All rights reserved. 1 /* Copyright 2015 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 body { 5 body {
6 margin: 0; 6 margin: 0;
7 padding: 0; 7 padding: 0;
8 } 8 }
9 9
10 a {
11 color: rgb(85, 149, 254);
12 text-decoration: none;
13 }
14
15 .picture img { 10 .picture img {
16 border-radius: 50%; 11 border-radius: 50%;
17 max-height: 100%; 12 max-height: 100%;
18 max-width: 100%; 13 max-width: 100%;
19 } 14 }
20 15
21 .container { 16 .container {
22 background-color: white; 17 background-color: white;
23 height: 351px; 18 color: #333;
24 overflow: hidden; 19 overflow: hidden;
25 width: 448px; 20 width: 448px;
26 } 21 }
27 22
28 .top-title-bar { 23 .top-title-bar {
29 -webkit-padding-start: 24px;
30 align-items: center; 24 align-items: center;
31 border-bottom: 1px solid lightgray; 25 border-bottom: 1px solid lightgray;
32 color: #333;
33 display: flex; 26 display: flex;
34 font-size: 16px; 27 font-size: 16px;
35 height: 52px; 28 height: 52px;
29 padding: 0 24px;
36 } 30 }
37 31
38 .details { 32 .details {
39 height: 250px; 33 padding: 0 24px;
40 padding: 20px 24px;
41 }
42
43 .sync-message {
44 color: #595959;
45 line-height: 150%;
46 padding-bottom: 32px;
47 } 34 }
48 35
49 #picture-container { 36 #picture-container {
50 align-items: center; 37 align-items: center;
51 display: flex; 38 display: flex;
52 justify-content: center; 39 justify-content: center;
53 padding-bottom: 32px; 40 padding-bottom: 32px;
41 padding-top: 24px;
54 } 42 }
55 43
56 .picture { 44 .picture {
57 -webkit-margin-start: 84px; 45 -webkit-margin-start: 84px;
58 height: 96px; 46 height: 96px;
59 position: relative; 47 position: relative;
60 width: 96px; 48 width: 96px;
61 } 49 }
62 50
63 #profile-picture, 51 #profile-picture,
64 .checkmark-circle { 52 .checkmark-circle {
65 position: absolute; 53 position: absolute;
66 } 54 }
67 55
56 .message-container {
57 display: flex;
58 margin-bottom: 16px;
59 }
60
61 .message-container:last-child {
62 margin-bottom: 32px;
63 }
64
65 .message-container .logo {
66 -webkit-margin-end: 20px;
67 background-size: cover;
68 flex-shrink: 0;
69 height: 20px;
70 width: 20px;
71 }
72
73 #chrome-logo {
74 background-image: url(../../../../ui/webui/resources/images/200-logo_chrome.pn g);
75 }
76
77 #googleg-logo {
78 background-image: url(../../../../ui/webui/resources/images/200-logo_googleg.p ng);
79 }
80
81 .message-container .title {
82 font-weight: 500;
83 margin-bottom: 4px;
84 }
85
86 .message-container .body {
87 color: #646464;
88 }
89
90 .message-container .text {
91 line-height: 20px;
92 }
93
94 .message-container #activityControlsCheckbox {
95 -webkit-margin-start: 40px;
96 }
97
68 .action-container { 98 .action-container {
69 align-items: baseline;
70 display: flex; 99 display: flex;
71 justify-content: flex-end; 100 justify-content: flex-end;
101 padding: 16px;
72 } 102 }
73 103
74 paper-button { 104 #confirmButton,
105 #undoButton {
75 font-weight: 500; 106 font-weight: 500;
76 line-height: 16px; 107 line-height: 16px;
77 margin: 0; 108 margin: 0;
78 padding: 8px 16px; 109 padding: 8px 16px;
79 } 110 }
80 111
81 paper-button + paper-button {
82 -webkit-margin-start: 8px;
83 }
84
85 #confirmButton { 112 #confirmButton {
86 background-color: rgb(66, 133, 244); 113 background-color: rgb(66, 133, 244);
87 color: white; 114 color: white;
88 } 115 }
89 116
90 #undoButton { 117 #undoButton {
118 -webkit-margin-start: 8px;
91 color: #5A5A5A; 119 color: #5A5A5A;
92 } 120 }
93 121
94 #illustration { 122 #illustration {
95 height: 96px; 123 height: 96px;
96 margin: 0 auto; 124 margin: 0 auto;
97 position: relative; 125 position: relative;
98 width: 264px; 126 width: 264px;
99 } 127 }
100 128
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 @keyframes fade-in-icon-bottom-right { 345 @keyframes fade-in-icon-bottom-right {
318 from { 346 from {
319 opacity: 0; 347 opacity: 0;
320 transform: translate(0, 0); 348 transform: translate(0, 0);
321 } 349 }
322 to { 350 to {
323 opacity: 0.1; 351 opacity: 0.1;
324 transform: translate(4px, 4px); 352 transform: translate(4px, 4px);
325 } 353 }
326 } 354 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698