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

Commit

Permalink
Updating styling of 0 entries (home) page to reflect intended typogra…
Browse files Browse the repository at this point in the history
…phy and spacing (#607)

- Into image shadow to Shadow 10
- Updated image border
- Defined line height for intro paragraphs
  • Loading branch information
nickbrandt authored and devinreams committed Mar 5, 2018
1 parent 64d0a3b commit 956d5bf
Showing 1 changed file with 4 additions and 3 deletions.
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;
}

0 comments on commit 956d5bf

Please sign in to comment.