diaspora/app/assets/stylesheets/_application.scss
cmrd Senya 7a5a0a909a Allow extended profile fields (previously private profile) to be set public (#5684).
This adds a new boolean field "public_details" to person model.
By default it is false and represents old behaviour. When it is
set to true, extended profile (bio,location,gender,birthday)
get available to people who didn't log into diaspora and to
people you don't share with (i.e. it is made public).

In UI, a bootstrap-switch added on the profile-edit page in order to
change the setting.

This also changes wording from public/private profile to basic/extended.
The latter could be public and limited.
2015-07-11 04:36:45 +03:00

96 lines
1.6 KiB
SCSS

@import "bootstrap-complete.scss";
@import 'perfect-scrollbar';
@import "colors";
@import 'mixins';
/* core */
@import 'media-box';
@import 'autocomplete';
@import 'entypo-fonts';
@import 'entypo';
@import 'mentions';
@import 'flash_messages';
@import 'sprites';
@import 'hovercard';
@import 'new_styles/base';
@import 'new_styles/interactions';
@import 'new_styles/spinner';
@import 'lightbox';
@import 'timeago';
@import 'vendor/fileuploader';
@import 'vendor/autoSuggest';
/* font overrides */
@import 'new_styles/typography';
/* login */
@import 'new_styles/login';
@import 'new_styles/registration';
@import 'new_styles/forms';
/* terms */
@import 'terms';
/* profile and settings pages */
@import 'new_styles/settings';
/* new SPV */
@import 'header';
@import 'footer';
@import 'opengraph';
@import 'single-post-view';
@import 'new_styles/poll';
/* conversations */
@import 'conversations';
/* publisher */
@import 'publisher';
@import 'aspects';
/* bookmarklet */
@import 'bookmarklet';
/* notifications */
@import 'notifications';
/* help */
@import 'help';
/* getting started */
@import 'getting-started';
/* people */
@import 'people';
@import 'invitations';
@import 'profile';
/* stream */
@import 'tag';
@import 'stream-faces';
@import 'stream';
@import 'stream_element';
@import 'comments';
@import 'diaspora_jsxc';
@import 'chat';
@import 'markdown-content';
@import 'oembed';
@import 'post-content';
/* right bar */
@import 'sidebar';
/* contacts */
@import 'contacts';
@import 'leftnavbar';
/* code */
@import 'new_styles/code';
@import 'highlightjs/github';
/* statistics */
@import 'new_styles/statistics';
@import "bootstrap3-switch";