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

Side by Side Diff: chrome/browser/resources/settings/settings_drawer/settings_drawer.css

Issue 1239963004: Settings Rewrite: Morph old MD-Settings to Basic and Advanced menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
(Empty)
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
3 * found in the LICENSE file. */
4
5 :host {
6 background-color: rgb(38, 50, 56);
7 color: white;
8 display: flex;
9 flex-direction: column;
10 overflow: auto;
11 }
12
13 #user-card {
14 -webkit-padding-start: 40px;
15 background-color: rgb(28, 37, 42);
16 color: white;
17 height: 95px;
18 }
19
20 #user-card img {
21 -webkit-margin-end: 15px;
22 height: 50px;
23 width: 50px;
24 }
25
26 #user-card .name {
27 font-size: 18px;
28 }
29
30 #user-card .email {
31 font-size: 14px;
32 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/routes.html ('k') | chrome/browser/resources/settings/settings_drawer/settings_drawer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698