fix(aio): reposition and simplify github links (#22565)

Closes #22379

PR Close #22565
This commit is contained in:
Pete Bacon Darwin
2018-03-02 23:32:12 +00:00
committed by Alex Eagle
parent b80fd6be58
commit 41064fcb36
6 changed files with 33 additions and 20 deletions

View File

@ -39,9 +39,12 @@ aio-shell.page-docs {
}
.page-actions {
display: flex;
flex-direction: column;
position: absolute;
top: 80px;
right: 24px;
float: right;
.material-icons {
border-radius: 4px;
padding: 4px;
font-size: 20px;
background-color: $mist;
color: $mediumgray;
}
}