mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 17:28:54 +00:00
a7f2b5244d
## Addresses #10800 **Before** <img width="779" alt="Screenshot 2023-04-10 at 5 00 38 PM" src="https://user-images.githubusercontent.com/61553566/231021958-8df1dd3b-6008-4b73-92bf-dd8facafccb4.png"> **After** <img width="779" alt="Screenshot 2023-04-10 at 5 01 12 PM" src="https://user-images.githubusercontent.com/61553566/231021968-51654111-5173-4387-9163-e11bc75560aa.png"> - [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>
35 lines
404 B
SCSS
35 lines
404 B
SCSS
.user-settings {
|
|
&__sandboxMode {
|
|
margin-top: 70px;
|
|
}
|
|
|
|
h1 {
|
|
margin: 0 0 $pad-xlarge;
|
|
}
|
|
|
|
h2 {
|
|
font-size: $x-small;
|
|
font-weight: $bold;
|
|
}
|
|
|
|
&__manage {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.info-banner {
|
|
margin-bottom: 24px;
|
|
p {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.token-message {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
&__button-wrap {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
}
|