mirror of
https://github.com/getredash/redash.git
synced 2026-05-09 12:01:08 -04:00
25 lines
323 B
Plaintext
25 lines
323 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;
|
|
}
|
|
}
|
|
}
|
|
|
|
.alert-invited {
|
|
.form-control {
|
|
cursor: text !important;
|
|
background: #fff !important;
|
|
}
|
|
}
|