mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Website: Update edit page button and anchor links on documentation pages. (#36723)
Closes: https://github.com/fleetdm/fleet/issues/36546 Changes: - Replaced the anchor link icon used on documentation pages. - Updated the color of the "edit page" button on documentation pages.
This commit is contained in:
parent
761eaba411
commit
ef763eb39e
3 changed files with 8 additions and 8 deletions
BIN
website/assets/images/icon-link-green-16x16@2x.png
vendored
Normal file
BIN
website/assets/images/icon-link-green-16x16@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 337 B |
|
|
@ -51,7 +51,7 @@
|
|||
height: 16px;
|
||||
vertical-align: middle;
|
||||
margin-left: 8px;
|
||||
content: url('/images/icon-link-16x16@2x.png');
|
||||
content: url('/images/icon-link-green-16x16@2x.png');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
height: 0px;
|
||||
font-size: 14px;
|
||||
// line-height: 14px;
|
||||
color: @core-vibrant-blue;
|
||||
color: @core-vibrant-green;
|
||||
animation-name: copiedText;
|
||||
animation-duration: 4s;
|
||||
animation-fill-mode: forwards;
|
||||
|
|
@ -241,13 +241,13 @@
|
|||
}
|
||||
|
||||
[purpose='edit-button'], [purpose='faq-edit-button'] {
|
||||
color: @core-vibrant-blue;
|
||||
color: @core-vibrant-green;
|
||||
font-size: 12px;
|
||||
position: absolute;
|
||||
right: 230px;
|
||||
top: 27px;
|
||||
cursor: pointer;
|
||||
border: 1px solid @core-vibrant-blue;
|
||||
border: 1px solid @core-vibrant-green;
|
||||
border-radius: 4px;
|
||||
padding: 4px 8px;
|
||||
text-decoration: none;
|
||||
|
|
@ -255,7 +255,7 @@
|
|||
height: 16px;
|
||||
padding-right: 5px;
|
||||
} &:hover {
|
||||
background: @core-vibrant-blue;
|
||||
background: @core-vibrant-green;
|
||||
color: @accent-white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -438,10 +438,10 @@
|
|||
}
|
||||
[purpose='edit-button'] {
|
||||
display: block;
|
||||
color: @core-vibrant-blue;
|
||||
color: @core-vibrant-green;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
border: 1px solid @core-vibrant-blue;
|
||||
border: 1px solid @core-vibrant-green;
|
||||
border-radius: 4px;
|
||||
width: 108px;
|
||||
padding: 8px 12px;
|
||||
|
|
@ -453,7 +453,7 @@
|
|||
margin-left: 5px;
|
||||
}
|
||||
&:hover {
|
||||
background: @core-vibrant-blue;
|
||||
background: @core-vibrant-green;
|
||||
color: @accent-white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue