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