mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: update get started CTA styles (#20216)
Closes: #20185 Changes: - Updated the styles for the get started CTA to prevent styling issues when the orb is collapsed and visible because of screen width.
This commit is contained in:
parent
606fa14ed4
commit
73c2b25403
1 changed files with 6 additions and 0 deletions
6
website/assets/styles/layout.less
vendored
6
website/assets/styles/layout.less
vendored
|
|
@ -664,6 +664,12 @@ body.detected-mobile {
|
|||
[purpose='banner-text'] {
|
||||
display: flex;
|
||||
}
|
||||
[purpose='banner-image'] {
|
||||
height: 54px;
|
||||
min-width: 54px;
|
||||
background-image: url('/images/continue-thumbnail.png');
|
||||
background-size: cover;
|
||||
}
|
||||
transform: none;
|
||||
transition: none;
|
||||
&:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue