2014-04-21 03:17:11 +08:00
|
|
|
|
|
|
|
// styling of bottom section
|
|
|
|
.user-stream .child-actions {
|
|
|
|
margin-top: 8px;
|
|
|
|
.avatar-link {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
.fa {
|
|
|
|
width: 15px;
|
|
|
|
display: inline-block;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2014-04-21 03:17:11 +08:00
|
|
|
}
|
|
|
|
.avatar-link {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-09-03 09:32:27 +08:00
|
|
|
.end-of-stream {
|
|
|
|
border: 3px solid $primary;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2014-04-21 03:17:11 +08:00
|
|
|
.user-navigation {
|
|
|
|
|
|
|
|
.map {
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
float: left;
|
|
|
|
width: 45px;
|
|
|
|
}
|
|
|
|
nav.buttons {
|
|
|
|
width: 180px;
|
|
|
|
padding: 0;
|
|
|
|
.btn {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
@include box-sizing(border-box);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
a {
|
|
|
|
font-size: 14px;
|
2014-05-06 13:50:51 +08:00
|
|
|
color: scale-color($tertiary, $lightness: -10%);;
|
2014-04-21 03:17:11 +08:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-selector {
|
|
|
|
label {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
#avatar-input {
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
margin: 5px 10px 5px 0;
|
|
|
|
}
|
|
|
|
}
|
2014-09-27 02:48:34 +08:00
|
|
|
|