mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Previously this was disabled (perhaps unintentionally due to the duplicate settings in the .eslintrc.js). Enable the lint rule and fix the violations. May fix JS build issues on case-sensitive filesystems.
44 lines
631 B
SCSS
44 lines
631 B
SCSS
.user-management {
|
|
min-height: 90vh;
|
|
padding: 30px 30px 30px 0;
|
|
|
|
&__heading-wrapper {
|
|
float: left;
|
|
width: 100%;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
&__smtp-warning-wrapper {
|
|
padding-left: 30px;
|
|
}
|
|
|
|
&__user-count {
|
|
margin: 0 0 0 30px;
|
|
float: left;
|
|
}
|
|
|
|
&__add-user-wrap {
|
|
float: right;
|
|
}
|
|
|
|
&__add-user-btn {
|
|
height: 38px;
|
|
letter-spacing: normal;
|
|
margin-top: 0;
|
|
margin-left: $pad-half;
|
|
padding: 0;
|
|
width: 145px;
|
|
}
|
|
|
|
&__users {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
clear: both;
|
|
}
|
|
|
|
&__invite-modal {
|
|
&.modal__modal_container {
|
|
width: 540px;
|
|
}
|
|
}
|
|
}
|