Commit fd367fab authored by Rachel Sugrono's avatar Rachel Sugrono Committed by Commit Bot

[quickview] Style the metadata-entry for files-ng

Change the line-height of the title and info row and restyle
the title.

Change-Id: Ideb870847d48a7ce1b7028800293300100ad5293
Bug: 992824
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067837Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#743432}
parent 7a62f4a5
...@@ -26,7 +26,11 @@ ...@@ -26,7 +26,11 @@
width: 320px; width: 320px;
} }
.category { :host([files-ng]) #box {
padding-top: 16px;
}
:host(:not([files-ng])) .category {
color: #E6E6E6; color: #E6E6E6;
font-size: 108%; font-size: 108%;
font-weight: 500; font-weight: 500;
...@@ -34,7 +38,15 @@ ...@@ -34,7 +38,15 @@
vertical-align: bottom; vertical-align: bottom;
} }
:host(:not([files-ng])) hr { :host([files-ng]) .category {
color: var(--google-grey-200);
font-family: 'Roboto Medium';
font-size: 14px;
line-height: 56px;
margin-inline-start: 32px;
}
hr {
border-color: white; border-color: white;
margin-top: 31px; margin-top: 31px;
opacity: 0.24; opacity: 0.24;
......
...@@ -19,6 +19,11 @@ ...@@ -19,6 +19,11 @@
width: 320px; width: 320px;
} }
:host([files-ng]) #box {
line-height: 40px;
margin: 0;
}
#box[hidden] { #box[hidden] {
display: none; display: none;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment