mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
feat(aio): edit page link styling and placement
This commit is contained in:
parent
4a3c66fe22
commit
11b54f69e5
2 changed files with 12 additions and 1 deletions
10
aio/src/styles/2-modules/_edit-page-cta.scss
Normal file
10
aio/src/styles/2-modules/_edit-page-cta.scss
Normal 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;
|
||||
}
|
||||
|
|
@ -22,4 +22,5 @@
|
|||
@import 'live-example';
|
||||
@import 'scrollbar';
|
||||
@import 'callout';
|
||||
@import 'resources';
|
||||
@import 'resources';
|
||||
@import 'edit-page-cta';
|
||||
Loading…
Reference in a new issue