Skip to content

Commit

Permalink
Update host page
Browse files Browse the repository at this point in the history
  • Loading branch information
marineb committed Apr 3, 2017
1 parent ae78185 commit 0fcc577
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions app/styles/legacy/_hosts-person.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,29 @@
margin-bottom: 10px;
}

.article-head {
.article-head {
h4{
padding-top: 20px;
}
}
}

// hosts page
.host-show {
border-top: 1px solid $line--light;
padding: 40px 0;

ul {
margin: 0;
}

.host-show-image {
float: right;
margin-left: 20px;
margin-bottom: 20px;
}
}

.wqxr_hosts {
.page-titlegroup {
padding-bottom: 10px;
Expand All @@ -50,14 +65,14 @@
@include wqxr-title;
font-size: 24px;
margin-bottom: 13px;

a {
border-bottom: 1px solid rgba(#128cf4, 0);
transition: border-color 250ms, color 250ms;

&:hover,
&:focus {
border-bottom: 1px solid rgba(#128cf4, 0);
color: #128cf4;
border: 0;
color: $wqxrlink;
}
}
}
Expand All @@ -73,4 +88,3 @@
}
}
}

0 comments on commit 0fcc577

Please sign in to comment.