gitlab-org--gitlab-foss/app/assets/stylesheets/pages/profile.scss
Robert Speicher 658b42b1fa Consolidate theme stylesheets into one
Since they're all defined by a mixin, it didn't provide any benefit to
have them in separate files.

This also adds variables defining the basic color of each theme so we
can re-use them in the previews.
2015-06-13 17:58:16 -04:00

49 lines
677 B
SCSS

.account-page {
fieldset {
margin-bottom: 15px;
padding-bottom: 15px;
}
}
.btn-build-token {
float: left;
padding: 6px 20px;
margin-right: 12px;
}
.profile-avatar-form-option {
hr {
margin: 10px 0;
}
}
.oauth-buttons {
.btn-group {
margin-right: 10px;
}
.btn {
line-height: 40px;
height: 42px;
padding: 0px 12px;
img {
width: 32px;
height: 32px;
}
}
}
// 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;
}
}
}