Skip to content

Commit

Permalink
Refine Last Indicator Visuals
Browse files Browse the repository at this point in the history
FREEBIE
  • Loading branch information
scottnonnenberg committed Jun 9, 2017
1 parent 1021f83 commit bb1aa14
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
12 changes: 8 additions & 4 deletions stylesheets/_conversation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -705,18 +705,22 @@ li.entry .error-icon-container {
flex-direction: column;
align-items: center;

padding: 6px;
padding: 5px;

border-top: 1px solid rgba(255, 255, 255, 0.75);
border-bottom: 1px solid rgba(0, 0, 0, 0.075);
border-top: 1px solid rgba(255, 255, 255, 0.15);
border-bottom: 1px solid rgba(0, 0, 0, 0.055);

background-color: rgba(0, 0, 0, 0.05);
}

.text {
font-family: "Helvetica Neue";
font-size: 12px;
text-transform: uppercase;
letter-spacing: .045em;
background-color: white;
border-radius: 1.5em;
padding: .75em 1.25em .75em 1.25em;
padding: 10px 21px 9px 21px;
}
}

Expand Down
4 changes: 2 additions & 2 deletions stylesheets/android-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ $text-dark: #CCCCCC;

.message-list .last-seen-indicator-view {
.bar {
border-top: 1px solid rgba(255, 255, 255, 0.15);
border-bottom: 1px solid rgba(0, 0, 0, 0.6);
border-top: 1px solid rgba(255, 255, 255, .0625);
border-bottom: 1px solid rgba(0, 0, 0, 0.15);

background-color: rgba(255, 255, 255, 0.1);
}
Expand Down
16 changes: 10 additions & 6 deletions stylesheets/manifest.css

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

0 comments on commit bb1aa14

Please sign in to comment.