2015-03-16 15:14:33 -04:00
|
|
|
.directory {
|
|
|
|
margin-bottom: 100px;
|
2018-03-29 02:57:10 -04:00
|
|
|
|
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
|
|
|
.period-chooser {
|
|
|
|
float: left;
|
|
|
|
}
|
2015-03-19 18:07:31 -04:00
|
|
|
.filter-name {
|
|
|
|
float: right;
|
|
|
|
}
|
2015-03-16 15:14:33 -04:00
|
|
|
.spinner {
|
|
|
|
clear: both;
|
|
|
|
}
|
2018-03-29 02:57:10 -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;
|
2018-03-29 02:57:10 -04:00
|
|
|
border-bottom: 1px solid $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;
|
2018-03-29 02:57:10 -04:00
|
|
|
color: $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 {
|
2015-07-10 17:41:38 -04:00
|
|
|
color: $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 {
|
|
|
|
background-color: dark-light-choose($highlight-low, $highlight-medium);
|
2018-06-08 05:49:31 -04:00
|
|
|
.username a,
|
|
|
|
.name,
|
|
|
|
.title,
|
|
|
|
.number,
|
|
|
|
.time-read {
|
2018-02-23 21:41:40 -05:00
|
|
|
color: $primary-medium;
|
|
|
|
}
|
|
|
|
}
|
2015-03-16 15:14:33 -04:00
|
|
|
}
|