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