💄(send-later): Minor draft list styling changes

This commit is contained in:
Ben Gotow 2016-02-24 13:44:56 -08:00
parent 9d52cb1124
commit 1f29cb3cea
2 changed files with 5 additions and 3 deletions

View file

@ -24,9 +24,9 @@ export default class SendLaterStatus extends Component {
const formatted = DateUtils.format(moment(sendLaterDate), DATE_FORMAT_SHORT)
return (
<div className="send-later-status">
<em className="send-later-status">
<span className="time">
{`Scheduled for ${formatted}`}
</em>
</span>
<RetinaImg
name="image-cancel-button.png"
title="Cancel Send Later"

View file

@ -3,7 +3,7 @@
.send-later {
.time {
font-size: 0.9em;
font-size: @font-size-small;
opacity: 0.6;
}
@ -63,6 +63,8 @@
.time {
font-size: 0.9em;
opacity: 0.62;
color: @component-active-color;
font-weight: @font-weight-normal;
}
img {
width: 38px;