openreplay/frontend/app/components/Client/ManageUsers/manageUsers.css
Shekar Siri a98cbe883c
changes(ui) - user invite link and assist changes (#116)
* change(ui) - assist installation link in onboarding

* change(ui) - invite link

* change(ui) - reset params

* change(ui) - unused component

* feature(ui) - user changes icon

* changes(ui) - invite link, and assist changes

* fix(ui) - smtp flag
2021-08-04 21:09:29 +05:30

42 lines
No EOL
550 B
CSS

.tabHeader {
display: flex;
align-items: center;
margin-bottom: 25px;
& .tabTitle {
margin: 0 15px 0 0;
font-weight: 400 !important;
}
}
.form {
padding: 0 20px;
& .formGroup {
margin-bottom: 15px;
}
& label {
display: block;
margin-bottom: 5px;
font-weight: 500;
}
& .input {
width: 100%;
}
& input[type=checkbox] {
margin-right: 10px;
height: 13px;
}
}
.adminInfo {
font-size: 12px;
color: $gray-medium;
}
.smtpMessage {
background-color: #faf6e0;
border-radius: 3px;
}