2015-03-16 14:14:33 -05:00
|
|
|
.directory {
|
|
|
|
margin-bottom: 100px;
|
|
|
|
|
2016-03-24 12:05:09 -05:00
|
|
|
.user-info {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2015-03-16 14:14:33 -05:00
|
|
|
.period-chooser {
|
|
|
|
float: left;
|
|
|
|
}
|
2015-03-19 17:07:31 -05:00
|
|
|
.filter-name {
|
|
|
|
float: right;
|
|
|
|
}
|
2015-03-16 14:14:33 -05:00
|
|
|
.total-rows {
|
2017-06-11 21:20:14 -05:00
|
|
|
color: blend-primary-secondary(50%);
|
2015-03-19 17:07:31 -05:00
|
|
|
text-align: right;
|
2015-03-16 14:14:33 -05:00
|
|
|
}
|
|
|
|
.spinner {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
|
|
|
td, th {
|
|
|
|
padding: 0.5em;
|
|
|
|
text-align: left;
|
2017-11-23 10:14:51 -06:00
|
|
|
border-bottom: 1px solid $primary-low;
|
2015-03-19 15:50:01 -05:00
|
|
|
|
|
|
|
.number, .time-read {
|
2017-12-21 11:59:19 -06:00
|
|
|
font-size: 1.429em;
|
2017-11-23 10:14:51 -06:00
|
|
|
color: $primary-medium;
|
2015-03-19 15:50:01 -05:00
|
|
|
}
|
2015-03-16 14:14:33 -05:00
|
|
|
}
|
|
|
|
|
2015-03-19 14:31:29 -05:00
|
|
|
tr.me {
|
|
|
|
td {
|
2017-10-10 15:07:46 -05:00
|
|
|
background-color: dark-light-choose($highlight-low, $highlight-medium);
|
2015-03-20 13:55:46 -05:00
|
|
|
|
|
|
|
.username a, .name, .title, .number, .time-read {
|
2017-11-23 10:14:51 -06:00
|
|
|
color: $primary-medium;
|
2015-03-20 13:55:46 -05:00
|
|
|
}
|
2015-03-19 14:31:29 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-03-16 14:14:33 -05:00
|
|
|
th.sortable {
|
|
|
|
cursor: pointer;
|
2015-03-19 10:48:16 -05:00
|
|
|
white-space: nowrap;
|
2015-03-16 14:14:33 -05:00
|
|
|
|
|
|
|
width: 13%;
|
2017-11-23 10:14:51 -06:00
|
|
|
.d-icon-heart {
|
2015-07-10 16:41:38 -05:00
|
|
|
color: $love;
|
2015-03-19 10:48:16 -05:00
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
2017-11-23 10:14:51 -06:00
|
|
|
.d-icon-chevron-down, .d-icon-chevron-up {
|
2015-03-19 15:50:01 -05:00
|
|
|
margin-left: 0.5em;
|
2015-03-16 14:14:33 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
2017-11-23 10:14:51 -06:00
|
|
|
background-color: $primary-low;
|
2015-03-16 14:14:33 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|