discourse/app/assets/stylesheets/common/base/directory.scss

77 lines
1.3 KiB
SCSS
Raw Normal View History

.directory {
margin-bottom: 100px;
2018-03-29 02:57:10 -04:00
.user-info {
margin-bottom: 0;
}
2018-03-29 02:57:10 -04:00
.period-chooser {
float: left;
}
.filter-name {
float: right;
}
.total-rows {
color: $primary-medium;
text-align: right;
}
.spinner {
clear: both;
}
2018-03-29 02:57:10 -04:00
table {
width: 100%;
margin-bottom: 1em;
2018-03-29 02:57:10 -04:00
td,
th {
padding: 0.5em;
text-align: left;
2018-03-29 02:57:10 -04:00
border-bottom: 1px solid $primary-low;
@media screen and (max-width: $small-width) {
padding: 0.5em 0.25em;
}
2018-03-29 02:57:10 -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;
@media screen and (max-width: $small-width) {
font-size: $font-up-1;
}
}
.time-read {
white-space: nowrap;
}
}
2018-03-29 02:57:10 -04:00
th.sortable {
cursor: pointer;
white-space: nowrap;
width: 13%;
.d-icon-heart {
2015-07-10 17:41:38 -04:00
color: $love;
margin-right: 0.5em;
}
.d-icon-chevron-down,
.d-icon-chevron-up {
margin-left: 0.5em;
}
2018-03-29 02:57:10 -04:00
&:hover {
2018-03-29 02:57:10 -04:00
background-color: $primary-low;
}
}
}
2018-02-23 21:41:40 -05:00
.me {
background-color: dark-light-choose($highlight-low, $highlight-medium);
.username a,
.name,
.title,
.number,
.time-read {
2018-02-23 21:41:40 -05:00
color: $primary-medium;
}
}
}