Fixing plus button.

This commit is contained in:
Sean Li 2015-06-08 12:11:54 -07:00
parent 366d9897d9
commit 4ec9a4965a
2 changed files with 4 additions and 3 deletions

View File

@ -162,7 +162,7 @@ var Containers = React.createClass({
<h4>Containers</h4>
<div className="create">
<Router.Link to="new">
<span className="btn-new icon icon-add"></span>
<span className="btn btn-new btn-action circular"><span className="icon icon-add"></span></span>
</Router.Link>
</div>
</section>

View File

@ -47,10 +47,11 @@
}
}
.btn-new {
display: block;
font-size: 24px;
color: @brand-action;
transition: all 0.25s;
.icon {
font-size: 14px;
}
&:hover {
color: darken(@brand-action, 15%);
}