mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Website: update cta-button mixin hover state (#43717)
Changes: - Added hover styles to the cta-button mixin. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Call-to-action buttons now display white text without underline on hover. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
parent
0fcb36c830
commit
b63d597846
1 changed files with 4 additions and 0 deletions
|
|
@ -98,6 +98,10 @@
|
|||
align-items: center;
|
||||
font-weight: 700;
|
||||
border-radius: 8px;
|
||||
&:hover {
|
||||
color: #FFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
&:before {
|
||||
background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
|
||||
opacity: 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue