fleet/frontend/pages/UserSettingsPage/_styles.scss
Jacob Shandling 6c04cc24d7
UI: Settings modals mdm (#9156)
# Addresses parts 1 and 2 of #8872

[Demo (updated
1/6)](https://www.loom.com/share/be6d21cd3dfd42019a96431848ced7a3)

1/9: updated Success state with canonical Fleet icon and new copy:
<img width="669" alt="Screenshot 2023-01-09 at 5 17 58 PM"
src="https://user-images.githubusercontent.com/61553566/211440074-a69c420a-920c-40dd-a96f-f2d3917ad73a.png">

TODO:
- finalize API call once those specs are clarified and implemented:
https://github.com/fleetdm/fleet/issues/9202
- tests
- Change team modal (pt3)

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2023-01-10 12:19:46 -08:00

36 lines
426 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;
min-width: 542px;
}
.info-banner {
margin-bottom: 24px;
p {
margin: 0;
}
}
.token-message {
margin-bottom: 2rem;
}
&__button-wrap {
display: flex;
justify-content: flex-end;
}
}