diaspora/app/assets/stylesheets/settings.scss
Steffen van Bergerem b59c99807b Move settings.scss
2015-10-05 16:12:40 +02:00

22 lines
406 B
SCSS

// Specific styles for the settings pages (profile, user account, privacy, services)
.enclosed-checkbox label {
margin-bottom: 0;
}
.profile-photo-upload {
text-align: center;
.avatar {
height: auto;
margin-bottom: 20px;
max-width: 200px;
width: auto;
}
}
.settings-visibility { margin-left: 10px; }
.page-profiles.action-edit textarea {
max-width: 100%;
min-width: 100%;
}