mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
856f8dc6e4
commit
fd50360278
2 changed files with 3 additions and 4 deletions
1
changes/12935-fix-setup-flow-styling
Normal file
1
changes/12935-fix-setup-flow-styling
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Fixed the styling of the initial setup flow
|
||||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue