mirror of
https://github.com/getredash/redash.git
synced 2026-03-23 13:00:10 -04:00
* show a simple user details page when viewing a user who isn't you (or you arent the admin) * add a snapshot test * lint
31 lines
385 B
Plaintext
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;
|
|
}
|
|
}
|