Commit 9626adc1 authored by dpapad's avatar dpapad Committed by Commit Bot

MD Extensions polish: Add 64px margin at the bottom of shortcuts page.

Bug: 787229
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I173e9c72b269c69a18f9c7909cfc60a0158f4707
Reviewed-on: https://chromium-review.googlesource.com/806930Reviewed-by: default avatarDave Schuyler <dschuyler@chromium.org>
Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521597}
parent 24b06ad5
...@@ -20,17 +20,18 @@ ...@@ -20,17 +20,18 @@
} }
.shortcut-card { .shortcut-card {
@apply --cr-primary-text;
@apply --shadow-elevation-2dp;
background-color: white;
margin: 0 auto 16px auto; margin: 0 auto 16px auto;
max-width: var(--card-max-width); max-width: var(--card-max-width);
min-width: var(--card-min-width); min-width: var(--card-min-width);
padding-bottom: 8px;
width: 90%; width: 90%;
} }
.shortcut-card { .shortcut-card:last-of-type {
@apply --cr-primary-text; margin-bottom: 64px;
@apply --shadow-elevation-2dp;
background-color: white;
padding-bottom: 8px;
} }
#container { #container {
......
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