Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Updating styling of 0 entries page to reflect designs #607

Merged
merged 2 commits into from
Mar 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/webextension/list/manage/components/intro-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto auto auto;
grid-column-gap: 4em;
margin: 4em auto;
margin: 8em auto 4em;
padding: 0 4em;
max-width: 800px;
}
Expand All @@ -25,9 +25,9 @@

.intro-image > img {
width: 100%;
border: 1px solid rgba(12, 12, 13, 0.3);
border: 1px solid #d7d7db;
border-radius: 5px;
box-shadow: 0 0 10px rgba(12, 12, 13, 0.3);
box-shadow: 0 1px 4px rgba(12, 12, 13, 0.1);
}

.intro-image > h1 {
Expand All @@ -37,4 +37,5 @@

.intro-image > p {
font-size: 15px;
line-height: 1.5;
}