openreplay/frontend/app/components/Client/ProfileSettings/profileSettings.css
2021-05-01 15:12:01 +05:30

39 lines
618 B
CSS

.left {
padding: 40px;
width: 320px;
& .info {
color: $gray-medium;
font-weight: 300;
}
}
.form {
margin-top: 30px;
width: 350px;
& .formGroup {
display: flex;
flex-direction: column;
margin-bottom: 25px;
& label {
font-weight: 500 !important;
margin-bottom: 3px;
}
& input {
background-color: white;
padding: 8px 10px;
border: 1px solid #ddd;
border-radius: 4px;
&:read-only {
background-color: $gray-lightest;
}
}
}
}
.passwordPolicy {
color: $gray-medium;
padding: 5px 0 10px;
font-size: 13px;
}