openreplay/frontend/app/components/Client/ProfileSettings/profileSettings.module.css
Shekar Siri 2ed5cac986
Webpack upgrade and dependency cleanup (#523)
* change(ui) - webpack update
* change(ui) - api optimize and other fixes
2022-06-03 16:47:38 +02:00

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