2015-05-08 04:41:25 +08:00
|
|
|
.user-controls {
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.total-rows {
|
|
|
|
padding: 0.25em 0.5em;
|
|
|
|
}
|
|
|
|
|
2015-06-03 17:46:35 +08:00
|
|
|
.directory .user {
|
2017-06-12 10:20:14 +08:00
|
|
|
border-top: 1px solid $primary-low;
|
2015-05-08 04:41:25 +08:00
|
|
|
padding: 1em;
|
|
|
|
|
|
|
|
|
|
|
|
&.me {
|
2017-10-11 04:07:46 +08:00
|
|
|
background-color: dark-light-choose($highlight-low, $highlight-medium);
|
2015-05-08 04:41:25 +08:00
|
|
|
|
|
|
|
.username a, .name, .title, .number, .time-read, .user-stat .label {
|
|
|
|
color: scale-color($highlight, $lightness: -50%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.user-stat {
|
|
|
|
margin-left: 55px;
|
|
|
|
|
|
|
|
.value {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.label {
|
|
|
|
margin-left: 0.2em;
|
2017-06-12 10:20:14 +08:00
|
|
|
color: blend-primary-secondary(50%);
|
2015-05-08 04:41:25 +08:00
|
|
|
}
|
2017-11-24 00:14:51 +08:00
|
|
|
.d-icon-heart {
|
2015-07-11 05:41:38 +08:00
|
|
|
color: $love;
|
|
|
|
}
|
2015-05-08 04:41:25 +08:00
|
|
|
}
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|