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

Side by Side Diff: chrome/browser/resources/md_extensions/item_list.css

Issue 1913353002: [MD Extensions] Add a details subpage, move to one list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: latest master Created 4 years, 7 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 :host {
6 @apply(--layout-vertical);
7 }
8
5 h2 { 9 h2 {
6 color: #5a5a5a; 10 color: #5a5a5a;
7 font-size: 1.1em; 11 font-size: 1.1em;
8 font-weight: normal; 12 font-weight: normal;
9 margin-bottom: 0; 13 margin-bottom: 0;
10 margin-top: 30px; 14 margin-top: 30px;
11 } 15 }
12 16
17 iron-list {
18 @apply(--layout-flex);
19 }
20
13 .wrapper { 21 .wrapper {
14 padding: 10px 0; 22 padding: 10px 0;
15 } 23 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_extensions/item.js ('k') | chrome/browser/resources/md_extensions/item_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698