1
0
mirror of https://github.com/bigchaindb/site.git synced 2025-02-14 21:10:28 +01:00

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

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