mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Website: fix link styling on deploy docs (#27092)
- Fixed link styling on deploy docs. - Fixed hover styles on the CTA on the bottom of docs pages --------- Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
2a63092cd9
commit
79ede252cc
1 changed files with 11 additions and 2 deletions
|
|
@ -569,10 +569,10 @@
|
|||
margin-right: 8px;
|
||||
border-radius: 12px;
|
||||
flex-grow: 1;
|
||||
text-decoration: none;
|
||||
color: unset;
|
||||
&:hover {
|
||||
text-decoration: unset;
|
||||
border: 1px solid @core-vibrant-blue;
|
||||
box-shadow: 0px 0px 0px 2px rgba(234, 235, 237, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -580,6 +580,12 @@
|
|||
img {
|
||||
margin: 0;
|
||||
}
|
||||
&::after {
|
||||
content: none;
|
||||
}
|
||||
&:hover::after {
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
[purpose='quote'] {
|
||||
font-style: italic;
|
||||
|
|
@ -793,6 +799,9 @@
|
|||
font-size: 14px;
|
||||
padding: 6px 12px;
|
||||
width: 131px;
|
||||
&:hover {
|
||||
color: #FFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue