mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
more external icon fixes
This commit is contained in:
parent
bb3b87c8c9
commit
e551a88792
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user