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:
parent
bb3b87c8c9
commit
e551a88792
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user