Fix setup page styling (#12936)

## Addresses #12935 
<img width="780" alt="Screenshot 2023-07-24 at 11 04 11 AM"
src="https://github.com/fleetdm/fleet/assets/61553566/5d4b335a-3abd-4f7c-beaa-79ee151c490f">
<img width="1243" alt="Screenshot 2023-07-24 at 11 03 10 AM"
src="https://github.com/fleetdm/fleet/assets/61553566/3b79ce91-34d6-4b6a-8eb6-50a7ac9f39d3">

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [x] Changes file added for user-visible changes in `changes/`
- [x] Manual QA for all new/changed functionality

---------

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
Jacob Shandling 2023-07-24 11:13:02 -07:00 committed by GitHub
parent 856f8dc6e4
commit fd50360278
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -0,0 +1 @@
* Fixed the styling of the initial setup flow

View file

@ -20,6 +20,7 @@
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
&::before {
content: "";
@ -31,7 +32,7 @@
left: 90px;
@include breakpoint(tablet) {
bottom: 25px;
bottom: 21px;
}
}
@ -81,7 +82,6 @@
&::after {
background-color: transparent;
border: 2px solid $core-white;
margin-top: 13px;
}
}
@ -119,7 +119,6 @@
&::after {
background-color: transparent;
border: 2px solid $core-white;
margin-top: 13px;
}
}
@ -160,7 +159,6 @@
&::after {
background-color: transparent;
border: 2px solid $core-white;
margin-top: 13px;
}
}