diaspora/app/assets/stylesheets/contacts.scss
2016-02-14 00:12:11 +01:00

81 lines
1.8 KiB
SCSS

.page-contacts {
.sidebar { padding-bottom: 10px; }
.header {
border-bottom: 1px solid $border-grey;
min-height: 55px;
form { margin: 0; }
input,
.btn {
margin-bottom: 11px;
margin-top: 11px;
}
.aspect-controls { margin: 7px -10px 7px 0; }
}
}
#contacts_container {
#people_stream.contacts {
.header {
#change_aspect_name { cursor: pointer; }
#aspect_name_form {
display: none;
}
#contact_list_search {
margin: 11px 30px 0 0;
width: 150px;
&:focus { width: 250px; }
}
#aspect_controls > .contacts_button {
cursor: pointer;
text-decoration: none;
margin-right: 25px;
}
#chat_privilege_toggle > .enabled {
color: #000;
}
.contacts-header-icon {
font-size: 24.5px;
line-height: 40px;
color: lighten($black,75%);
&:hover { color: $black; }
}
#suggest_member.btn { margin-top: 8px; }
}
.stream_element {
.contact_remove-from-aspect, .contact_add-to-aspect {
text-decoration: none;
cursor: pointer;
font-size: 20px;
line-height: 50px;
margin: 0 10px;
color: lighten($black,75%);
&:hover { color: $black; }
}
&.in_aspect {
border-left: 3px solid $brand-success;
background-color: lighten($brand-success,35%);
}
&:not(.in_aspect) { border-left: 3px solid $white; }
}
.no_contacts {
text-align: center;
margin-top: 50px;
}
.well { margin: 20px 0 10px; }
}
}
#aspect_nav {
li.aspect > a { padding-left: 30px; }
li.new_aspect > a { padding-left: 30px; }
li.aspect.ui-sortable-handle.ui-sortable-helper { background: #FFF; }
}
#no_contacts {
margin-top: 20px;
text-align: center;
}