Skip to content

Commit

Permalink
CSS Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
IronRunes committed Oct 20, 2017
1 parent f4dba9e commit fd13c21
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
Binary file added dist/assets/external.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion dist/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ div.container > header .see-all-content:after {
float: right;
background: #380497;
clear: both;
margin-top: 28px;
margin-top: 30px;
left: 0;
position: absolute;
}
Expand All @@ -245,6 +245,13 @@ div.container > header .see-all-content:after {
color: #380497;
text-decoration: underline;
}
.message article .content a.research-link:after {
content: ' ';
width: 16px;
height: 16px;
background: transparent url("../assets/external.png") no-repeat center center;
display: inline-block;
}
footer {
font-family: "Clear Sans Regular", sans-serif;
color: #000073;
Expand Down
10 changes: 9 additions & 1 deletion src/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ div.container > header {
float: right;
background: @violet;
clear: both;
margin-top: 28px;
margin-top: 30px;
left: 0;
position: absolute;
}
Expand All @@ -209,6 +209,14 @@ div.container > header {
.clearsans;
color: @violet;
text-decoration: underline;
&:after {
content: ' ';
width: 16px;
height: 16px;
background: transparent url("../assets/external.png") no-repeat center center;
display: inline-block;

}
}
}
}
Expand Down

0 comments on commit fd13c21

Please sign in to comment.