feat(aio): edit page link styling and placement

This commit is contained in:
Stefanie Fluin 2017-04-14 12:58:38 -07:00 committed by Pete Bacon Darwin
parent 4a3c66fe22
commit 11b54f69e5
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,10 @@
.edit-page-cta {
font-weight: 400;
font-size: 14px;
color: $blue;
text-align: right;
margin-right: 32px;
display: block;
position: absolute;
right: 0;
}

View File

@ -22,4 +22,5 @@
@import 'live-example';
@import 'scrollbar';
@import 'callout';
@import 'resources';
@import 'resources';
@import 'edit-page-cta';