fleet/frontend/pages/admin/UserManagementPage/_styles.scss
Zachary Wasserman d453ca3f8f
Enable eslint file resolution linting (#2119)
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.
2019-10-22 13:00:31 -07:00

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;
}
}
}