2019-01-24 03:35:53 +08:00
|
|
|
.directory {
|
2020-03-31 16:12:52 +08:00
|
|
|
.period-chooser .period-chooser-header h2.selected-name {
|
2019-01-24 03:35:53 +08:00
|
|
|
font-size: $font-up-1;
|
2020-03-31 16:12:52 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.users-directory {
|
|
|
|
.filter-name {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.directory-last-updated {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2019-01-24 03:35:53 +08:00
|
|
|
}
|
2015-05-08 04:41:25 +08:00
|
|
|
|
2020-03-31 02:27:49 +08:00
|
|
|
.directory-controls {
|
|
|
|
display: block;
|
2019-01-24 03:35:53 +08:00
|
|
|
}
|
|
|
|
|
2019-04-19 12:35:50 +08:00
|
|
|
.total-rows {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-medium);
|
2019-04-19 12:35:50 +08:00
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2019-01-24 03:35:53 +08:00
|
|
|
.user {
|
2020-08-04 10:57:10 +08:00
|
|
|
border-top: 1px solid var(--primary-low);
|
2019-01-24 03:35:53 +08:00
|
|
|
padding: 1em;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
.user-info {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 1em;
|
2015-05-08 04:41:25 +08:00
|
|
|
}
|
2019-01-24 03:35:53 +08:00
|
|
|
|
|
|
|
.user-stat {
|
|
|
|
flex: 1 1 50%;
|
|
|
|
.value {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.label {
|
|
|
|
margin-left: 0.2em;
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-medium);
|
2019-01-24 03:35:53 +08:00
|
|
|
}
|
|
|
|
.d-icon-heart {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--love);
|
2019-01-24 03:35:53 +08:00
|
|
|
}
|
2015-07-11 05:41:38 +08:00
|
|
|
}
|
2015-05-08 04:41:25 +08:00
|
|
|
}
|
|
|
|
}
|