feat(aio): edit page link styling and placement
This commit is contained in:
committed by
Pete Bacon Darwin
parent
4a3c66fe22
commit
11b54f69e5
@@ -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;
|
||||
}
|
||||
@@ -22,4 +22,5 @@
|
||||
@import 'live-example';
|
||||
@import 'scrollbar';
|
||||
@import 'callout';
|
||||
@import 'resources';
|
||||
@import 'resources';
|
||||
@import 'edit-page-cta';
|
||||
Reference in New Issue
Block a user