2015-03-17 03:14:33 +08:00
|
|
|
.directory {
|
|
|
|
margin-bottom: 100px;
|
2018-03-29 14:57:10 +08:00
|
|
|
|
2020-03-31 16:12:52 +08:00
|
|
|
&.users-directory {
|
|
|
|
.period-chooser {
|
|
|
|
.selected-name {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.period-chooser-header .caret-icon {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-03-25 01:05:09 +08:00
|
|
|
.user-info {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2018-03-29 14:57:10 +08:00
|
|
|
|
2015-03-17 03:14:33 +08:00
|
|
|
.spinner {
|
|
|
|
clear: both;
|
|
|
|
}
|
2018-03-29 14:57:10 +08:00
|
|
|
|
2020-03-31 02:27:49 +08:00
|
|
|
.directory-controls {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2020-08-26 22:14:20 +08:00
|
|
|
.total-rows {
|
|
|
|
color: var(--primary-medium);
|
|
|
|
}
|
2020-03-31 02:27:49 +08:00
|
|
|
.filter-name {
|
|
|
|
height: 1em;
|
|
|
|
}
|
|
|
|
}
|
2020-03-31 16:12:52 +08:00
|
|
|
|
2020-03-31 02:27:49 +08:00
|
|
|
.directory-last-updated {
|
|
|
|
margin-bottom: 0.5em;
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-medium);
|
2020-03-31 16:12:52 +08:00
|
|
|
font-size: $font-down-1;
|
2020-03-31 02:27:49 +08:00
|
|
|
}
|
|
|
|
|
2015-03-17 03:14:33 +08:00
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 1em;
|
2018-03-29 14:57:10 +08:00
|
|
|
|
2018-06-08 17:49:31 +08:00
|
|
|
td,
|
|
|
|
th {
|
2015-03-17 03:14:33 +08:00
|
|
|
padding: 0.5em;
|
|
|
|
text-align: left;
|
2020-08-04 10:57:10 +08:00
|
|
|
border-bottom: 1px solid var(--primary-low);
|
2018-04-26 00:00:35 +08:00
|
|
|
@media screen and (max-width: $small-width) {
|
2018-06-08 17:49:31 +08:00
|
|
|
padding: 0.5em 0.25em;
|
2018-04-26 00:00:35 +08:00
|
|
|
}
|
2018-03-29 14:57:10 +08:00
|
|
|
|
2018-06-08 17:49:31 +08:00
|
|
|
.number,
|
|
|
|
.time-read {
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-up-3;
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-medium);
|
2018-04-26 00:00:35 +08:00
|
|
|
@media screen and (max-width: $small-width) {
|
2018-06-08 17:49:31 +08:00
|
|
|
font-size: $font-up-1;
|
|
|
|
}
|
2015-03-20 04:50:01 +08:00
|
|
|
}
|
2018-01-30 02:31:06 +08:00
|
|
|
.time-read {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2015-03-17 03:14:33 +08:00
|
|
|
}
|
2018-03-29 14:57:10 +08:00
|
|
|
|
2015-03-17 03:14:33 +08:00
|
|
|
th.sortable {
|
|
|
|
width: 13%;
|
2017-11-24 00:14:51 +08:00
|
|
|
.d-icon-heart {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--love);
|
2019-02-27 10:40:17 +08:00
|
|
|
margin: 0 0.25em 0 0;
|
2015-03-17 03:14:33 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-02-24 10:41:40 +08:00
|
|
|
.me {
|
2020-08-04 10:57:10 +08:00
|
|
|
background-color: var(--highlight-low-or-medium);
|
2018-06-08 17:49:31 +08:00
|
|
|
.username a,
|
|
|
|
.name,
|
|
|
|
.title,
|
|
|
|
.number,
|
|
|
|
.time-read {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-medium);
|
2018-02-24 10:41:40 +08:00
|
|
|
}
|
|
|
|
}
|
2015-03-17 03:14:33 +08:00
|
|
|
}
|