feat(aio): edit page link styling and placement
This commit is contained in:
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;
|
||||
}
|
|
@ -23,3 +23,4 @@
|
|||
@import 'scrollbar';
|
||||
@import 'callout';
|
||||
@import 'resources';
|
||||
@import 'edit-page-cta';
|
Loading…
Reference in New Issue