// FREEBIE
@ -296,6 +296,9 @@ $avatar-size: 44px;
&.selected {
background: $grey_l;
padding-left: 22px;
margin-left: 0;
border-radius: 0 10px 10px 0;
}
&:first-child {
@ -154,7 +154,6 @@ input.search {
.index {
max-width: 1300px;
margin: auto;
color: $grey_d;
background: linear-gradient(rgba(46,172,224,1.0) 50%, rgba(160,228,208,1.0) 100%);
@ -245,7 +245,10 @@ img.emoji {
margin: 10px;
border-radius: 10px; }
.contact.selected {
background: #f3f3f3; }
background: #f3f3f3;
border-radius: 0 10px 10px 0; }
.contact:first-child {
margin-top: 0; }
.contact:last-child::after {
@ -534,7 +537,6 @@ input.search {
color: #454545;
background: linear-gradient(#2eace0 50%, #a0e4d0 100%); }
.index .gutter .new-group-update-form {