Files
redash/client/app/pages/users/settings.less
2018-02-05 01:52:31 +01:00

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