debian-mirror-gitlab/app/assets/stylesheets/pages/profile.scss

259 lines
3.8 KiB
SCSS
Raw Normal View History

2014-09-02 18:07:02 +05:30
.profile-avatar-form-option {
hr {
margin: 10px 0;
}
}
2016-06-02 11:05:42 +05:30
.avatar-image {
@media (min-width: $screen-sm-min) {
float: left;
margin-bottom: 0;
}
}
.avatar-file-name {
position: relative;
top: 2px;
display: inline-block;
}
.account-btn-link,
.profile-settings-sidebar a,
.settings-sidebar a {
color: $md-link-color;
}
2015-04-26 12:48:37 +05:30
.oauth-buttons {
.btn-group {
margin-right: 10px;
}
.btn {
2015-09-11 14:41:01 +05:30
line-height: 40px;
height: 42px;
2016-06-02 11:05:42 +05:30
padding: 0 12px;
2014-09-02 18:07:02 +05:30
2015-04-26 12:48:37 +05:30
img {
width: 32px;
height: 32px;
}
2014-09-02 18:07:02 +05:30
}
}
2015-09-11 14:41:01 +05:30
// Profile > Account > Two Factor Authentication
.two-factor-new {
.manual-instructions {
h3 {
margin-top: 0;
}
// Slightly increase the size of the details so they're easier to read
dl {
font-size: 1.1em;
}
}
}
2015-11-26 14:37:03 +05:30
2016-06-02 11:05:42 +05:30
.account-well {
padding: 10px;
background-color: $help-well-bg;
border: 1px solid $help-well-border;
border-radius: $border-radius-base;
ul {
padding-left: 20px;
margin-bottom: 0;
}
}
2015-11-26 14:37:03 +05:30
.profile-link-holder {
display: inline;
2016-06-02 11:05:42 +05:30
a {
color: $blue-dark;
text-decoration: none;
}
}
// Middle dot divider between each element in a list of items.
.middle-dot-divider {
2015-11-26 14:37:03 +05:30
&:after {
2016-06-02 11:05:42 +05:30
content: "\00B7"; // Middle Dot
padding: 0 6px;
2015-11-26 14:37:03 +05:30
font-weight: bold;
}
&:last-child {
&:after {
content: "";
padding: 0;
}
}
2016-06-02 11:05:42 +05:30
}
.profile-user-bio {
// Limits the width of the user bio for readability.
2016-11-03 12:29:30 +05:30
max-width: 600px;
margin: 10px auto;
padding: 0 16px;
2016-06-02 11:05:42 +05:30
}
.user-avatar-button {
.file-name {
display: inline-block;
padding-left: 10px;
}
}
.key-list-item {
.key-list-item-info {
@media (min-width: $screen-sm-min) {
float: left;
}
}
2015-11-26 14:37:03 +05:30
2016-06-02 11:05:42 +05:30
.description {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
}
.key-created-at {
line-height: 42px;
}
.profile-settings-content {
2015-11-26 14:37:03 +05:30
a {
2016-06-02 11:05:42 +05:30
color: $md-link-color;
}
}
.provider-btn-group {
display: inline-block;
margin-right: 10px;
border: 1px solid $provider-btn-group-border;
border-radius: 3px;
&:last-child {
margin-right: 0;
}
}
.provider-btn-image {
display: inline-block;
padding: 5px 10px;
border-right: 1px solid $provider-btn-group-border;
> img {
width: 20px;
}
}
.provider-btn {
display: inline-block;
padding: 5px 10px;
margin-left: -3px;
line-height: 22px;
background-color: $gray-light;
&.not-active {
color: $provider-btn-not-active-color;
}
}
.oauth-applications {
form {
display: inline-block;
}
.last-heading {
width: 105px;
}
}
.modal-profile-crop {
.modal-dialog {
width: 380px;
@media (max-width: $screen-sm-min) {
width: auto;
}
}
.profile-crop-image-container {
height: 300px;
margin: 0 auto;
}
.crop-controls {
padding: 10px 0 0;
text-align: center;
}
}
2016-06-22 15:30:34 +05:30
.personal-access-tokens-never-expires-label {
color: $personal-access-tokens-disabled-label-color;
}
.datepicker.personal-access-tokens-expires-at .ui-state-disabled span {
text-align: center;
}
.created-personal-access-token-container {
#created-personal-access-token {
width: 90%;
display: inline;
}
.btn-clipboard {
margin-left: 5px;
}
}
2016-06-02 11:05:42 +05:30
.user-profile {
2016-11-03 12:29:30 +05:30
.cover-controls a {
margin-left: 5px;
}
.profile-header {
margin: 0 auto;
.avatar-holder {
width: 90px;
margin: 0 auto 10px;
}
}
2016-06-02 11:05:42 +05:30
@media (max-width: $screen-xs-max) {
2016-11-03 12:29:30 +05:30
2016-06-02 11:05:42 +05:30
.cover-block {
padding-top: 20px;
}
.cover-controls {
position: static;
2016-11-03 12:29:30 +05:30
padding: 0 16px;
2016-06-02 11:05:42 +05:30
margin-bottom: 20px;
2016-11-03 12:29:30 +05:30
display: -webkit-flex;
display: flex;
2016-06-02 11:05:42 +05:30
.btn {
2016-11-03 12:29:30 +05:30
-webkit-flex-grow: 1;
flex-grow: 1;
&:first-child {
margin-left: 0;
}
2016-06-02 11:05:42 +05:30
}
}
2015-11-26 14:37:03 +05:30
}
}
2016-09-13 17:45:13 +05:30
table.u2f-registrations {
th:not(:last-child), td:not(:last-child) {
border-right: solid 1px transparent;
}
}