mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
The goal of this PR is to change the layout of the manage users to a table (list view). Move the user actions into the table view. Move EditUserForm into a Modal Update styles for InviteUserForm Edit copy for the configuring SMTP warning.
27 lines
400 B
SCSS
27 lines
400 B
SCSS
.user-row {
|
|
|
|
&__actions {
|
|
.form-field--dropdown {
|
|
margin-bottom: 0;
|
|
|
|
.Select-placeholder {
|
|
font-size: $x-small;
|
|
}
|
|
|
|
.Select-input {
|
|
font-size: $x-small;
|
|
}
|
|
|
|
.Select-menu-outer {
|
|
width: 186px;
|
|
transform: translateX(-33%);
|
|
}
|
|
}
|
|
}
|
|
|
|
@include breakpoint(smalldesk) {
|
|
&__position {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|