2015-03-17 03:14:33 +08:00
|
|
|
.directory {
|
|
|
|
margin-bottom: 100px;
|
2018-03-29 14:57:10 +08:00
|
|
|
|
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
|
|
|
.period-chooser {
|
|
|
|
float: left;
|
|
|
|
}
|
2015-03-20 06:07:31 +08:00
|
|
|
.filter-name {
|
|
|
|
float: right;
|
|
|
|
}
|
2015-03-17 03:14:33 +08:00
|
|
|
.total-rows {
|
2017-06-12 10:20:14 +08:00
|
|
|
color: blend-primary-secondary(50%);
|
2015-03-20 06:07:31 +08:00
|
|
|
text-align: right;
|
2015-03-17 03:14:33 +08:00
|
|
|
}
|
|
|
|
.spinner {
|
|
|
|
clear: both;
|
|
|
|
}
|
2018-03-29 14:57:10 +08:00
|
|
|
|
2015-03-17 03:14:33 +08:00
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 1em;
|
2018-03-29 14:57:10 +08:00
|
|
|
|
2015-03-17 03:14:33 +08:00
|
|
|
td, th {
|
|
|
|
padding: 0.5em;
|
|
|
|
text-align: left;
|
2018-03-29 14:57:10 +08:00
|
|
|
border-bottom: 1px solid $primary-low;
|
2018-04-26 00:00:35 +08:00
|
|
|
@media screen and (max-width: $small-width) {
|
|
|
|
padding: .5em .25em;
|
|
|
|
}
|
2018-03-29 14:57:10 +08:00
|
|
|
|
2015-03-20 04:50:01 +08:00
|
|
|
.number, .time-read {
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-up-3;
|
2018-03-29 14:57:10 +08:00
|
|
|
color: $primary-medium;
|
2018-04-26 00:00:35 +08:00
|
|
|
@media screen and (max-width: $small-width) {
|
|
|
|
font-size: $font-down-2;
|
|
|
|
}
|
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 {
|
|
|
|
cursor: pointer;
|
2015-03-19 23:48:16 +08:00
|
|
|
white-space: nowrap;
|
2015-03-17 03:14:33 +08:00
|
|
|
width: 13%;
|
2017-11-24 00:14:51 +08:00
|
|
|
.d-icon-heart {
|
2015-07-11 05:41:38 +08:00
|
|
|
color: $love;
|
2015-03-19 23:48:16 +08:00
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
2017-11-24 00:14:51 +08:00
|
|
|
.d-icon-chevron-down, .d-icon-chevron-up {
|
2015-03-20 04:50:01 +08:00
|
|
|
margin-left: 0.5em;
|
2015-03-17 03:14:33 +08:00
|
|
|
}
|
2018-03-29 14:57:10 +08:00
|
|
|
|
2015-03-17 03:14:33 +08:00
|
|
|
&:hover {
|
2018-03-29 14:57:10 +08:00
|
|
|
background-color: $primary-low;
|
2015-03-17 03:14:33 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-02-24 10:41:40 +08:00
|
|
|
.me {
|
|
|
|
background-color: dark-light-choose($highlight-low, $highlight-medium);
|
|
|
|
.username a, .name, .title, .number, .time-read {
|
|
|
|
color: $primary-medium;
|
|
|
|
}
|
|
|
|
}
|
2015-03-17 03:14:33 +08:00
|
|
|
}
|