Skip to content

Commit

Permalink
Enhancements to Inbox UI, styles, insertion of routes, and setup of s…
Browse files Browse the repository at this point in the history
…tatis data transfers
  • Loading branch information
Adam Hopkins committed Feb 26, 2017
1 parent 4953cc3 commit 7e021e5
Show file tree
Hide file tree
Showing 32 changed files with 1,534 additions and 182 deletions.
551 changes: 551 additions & 0 deletions app/assets/moment.js

Large diffs are not rendered by default.

100 changes: 94 additions & 6 deletions app/css/portermail.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion app/css/scss/build/11navigation.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/css/scss/build/11navigation.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

82 changes: 77 additions & 5 deletions app/css/scss/build/21inbox.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/css/scss/build/21inbox.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions app/css/scss/build/31helpers.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/css/scss/build/31helpers.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions app/css/scss/build/50fixes.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/css/scss/build/50fixes.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions app/css/scss/src/11navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@

ul {
flex: 1;
padding: 1rem;

&.actions {
text-align: right;
}

li {
display: inline-block;

&:not(:last-of-type)::after {
content: '|';
display: inline-block;
margin: 0 0.4rem;
}
}
}
}
Expand Down Expand Up @@ -46,6 +53,10 @@
&:hover {
background-color: $primary;
color: $near-white;

&::after {
background-color: darken($primary, 5%);
}
}
}
}
Expand Down
Loading

0 comments on commit 7e021e5

Please sign in to comment.