Skip to content

Commit

Permalink
Merge b00c95a into 8e1fec0
Browse files Browse the repository at this point in the history
  • Loading branch information
XROLE committed Feb 25, 2019
2 parents 8e1fec0 + b00c95a commit fe3d70e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/article/ListArticle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,11 @@
#readTime {
color: #880037;
}

.write-article {
color: #03d6f5;
}

.write-article:hover {
cursor: pointer;
}
3 changes: 3 additions & 0 deletions src/app/article/ListArticleComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ const ListArticleComponent = ({
<div className="col s12 center-align">
<h3>{articleCategory}</h3>
</div>
<div className="col s12 right-align write-article">
<Link to="/create-article">Write Article</Link>
</div>
</>
<div className="row">
{/* istanbul ignore next */
Expand Down
1 change: 1 addition & 0 deletions src/app/article/article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@

.category-image {
height: auto;
max-height: 500px;
width: auto;
max-width: 96%;
background-repeat: no-repeat;
Expand Down

0 comments on commit fe3d70e

Please sign in to comment.