File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
< div >
2
- < a href ="https://github.com/segmentio/segment-docs/edit/master/src/{{ page.path }} " class ="button button-hollow button-hollow--small button-hollow--gray button--xsmall flex " target ="_blank ">
2
+ < a href ="https://github.com/segmentio/segment-docs/edit/master/src/{{ page.path }} " class ="button edit flex " target ="_blank ">
3
3
< span class ="button__icon "> {% include icons/symbols/edit.svg %}</ span >
4
4
5
5
< span class ="button__text "> Edit this page</ span >
6
6
</ a >
7
7
8
- < a href ="https://github.com/segmentio/segment-docs/issues/new?body=File:%20[{{ page.path }}](https://segment.com/docs/) " class ="button button-hollow button-hollow--small button-hollow--gray button--xsmall " target ="_blank ">
8
+ < a href ="https://github.com/segmentio/segment-docs/issues/new?body=File:%20[{{ page.path }}](https://segment.com/docs/) " class ="button edit " target ="_blank ">
9
9
< span class ="button__icon "> {% include icons/symbols/plus.svg %}</ span >
10
10
11
11
< span class ="button__text "> Request docs change</ span >
Original file line number Diff line number Diff line change 9
9
border-radius : 4px ;
10
10
cursor : pointer ;
11
11
12
- @include breakpoint (medium up ) {
12
+ @include breakpoint (medium up ) {
13
13
padding : 8px 16px ;
14
14
}
15
15
23
23
24
24
& __icon {
25
25
vertical-align : middle ;
26
-
27
- & > svg {
26
+
27
+ & > svg {
28
28
max-width : 12px ;
29
29
max-height : 12px ;
30
30
}
34
34
width : 100% ;
35
35
}
36
36
}
37
+
38
+ .edit {
39
+ padding : 8px 0px ;
40
+ text-align : left ;
41
+ color : #8f95b2 ;
42
+ }
You can’t perform that action at this time.
0 commit comments