gitlab-org--gitlab-foss/app/assets/stylesheets/sections/profile.scss

49 lines
653 B
SCSS
Raw Normal View History

.update-notifications {
.radio-inline {
margin-right: 9%;
}
}
2013-10-10 07:30:07 +00:00
.account-page {
fieldset {
margin-bottom: 15px;
border-bottom: 1px dashed #ddd;
padding-bottom: 15px;
&:last-child {
border: none;
}
legend {
border: none;
margin-bottom: 10px;
2013-10-10 07:30:07 +00:00
}
}
}
.oauth_select_holder {
img {
padding: 2px;
margin-right: 10px;
}
.active {
img {
border: 1px solid #4BD;
background: $hover;
@include border-radius(5px);
}
}
}
.btn-build-token {
float: left;
padding: 6px 20px;
margin-right: 12px;
}
.profile-avatar-form-option {
hr {
margin: 10px 0;
}
}