more external icon fixes

This commit is contained in:
Matthias Kretschmann 2018-04-11 16:47:14 +02:00
parent bb3b87c8c9
commit e551a88792
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 11 additions and 9 deletions

View File

@ -95,15 +95,17 @@ a {
.content--page {
[rel='external'],
[target='_blank'] {
&:after {
content: '';
display: inline-block;
width: 9px;
height: 8px;
background: url('../img/icon-arrowout.svg') no-repeat center center;
background-size: contain;
transition: .15s ease-out;
margin-left: $spacer / 8;
&:not(.btn) {
&:after {
content: '';
display: inline-block;
width: 9px;
height: 8px;
background: url('../img/icon-arrowout.svg') no-repeat center center;
background-size: contain;
transition: .15s ease-out;
margin-left: $spacer / 8;
}
}
}
}