Skip to content

Commit

Permalink
Remove featured icon from home page.
Browse files Browse the repository at this point in the history
  • Loading branch information
newswangerd committed Aug 7, 2018
1 parent 02f3254 commit a101d33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 1 addition & 2 deletions galaxyui/src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<popular-component></popular-component>

<div class="row content-row" [ngClass]="{'ready': showCards}">
<div class="row" [ngClass]="{'ready': showCards}">
<div class="col-md-4">
<div class="home-card" id="card-1">
<pfng-card
Expand Down Expand Up @@ -46,7 +46,6 @@
</ng-template>
<div class="card-content">
<div class="featured-blog">
<div class="featured-icon"><i class="fa fa-pencil-square-o fa-2x"></i></div>
<div class="featured-text" [innerHtml]="featuredBlogContent"></div>
</div>
</div>
Expand Down
12 changes: 5 additions & 7 deletions galaxyui/src/app/home/home.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
transition: 1s ease;
margin-top: 40px;

a, a:visited, a:hover, a:active {
a,
a:visited,
a:hover,
a:active {
text-decoration: none;
color: #363636;
}
Expand All @@ -30,13 +33,8 @@
}
}
.featured-blog {
.featured-icon {
width: 15%;
}
.featured-icon,
.featured-text {
width: 80%;
}
.featured-icon, .featured-text {
display: inline-block;
vertical-align: middle;
}
Expand Down

0 comments on commit a101d33

Please sign in to comment.