Files
redash/client/app/pages/users/settings.less
Omer Lachish 670d86eb5f Simple user view (#3244)
* show a simple user details page when viewing a user who isn't you (or you arent the admin)

* add a snapshot test

* lint
2019-01-03 15:23:40 +02:00

31 lines
385 B
Plaintext

.profile__image {
float: left;
margin-right: 10px;
border-radius: 100%;
}
.profile__h3 {
margin: 8px 0 0 0;
}
.profile__container {
.well {
.form-group:last-of-type {
margin-bottom: 0;
}
}
}
.profile__dl {
dd {
margin-bottom: 12px;
}
}
.alert-invited {
.form-control {
cursor: text !important;
background: #fff !important;
}
}