2013-09-05 14:37:07 -05:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Topic lists
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
// List controls
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2013-10-24 22:18:34 -05:00
|
|
|
.list-controls {
|
2018-05-09 16:48:34 -05:00
|
|
|
.container {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
align-items: center;
|
|
|
|
#create-topic {
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: flex;
|
|
|
|
align-self: stretch;
|
2018-09-19 07:37:04 -05:00
|
|
|
align-items: center;
|
2013-09-17 15:07:02 -05:00
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
2018-05-09 16:48:34 -05:00
|
|
|
|
|
|
|
.dropdown-select-box-header {
|
|
|
|
display: flex;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navigation-container {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
width: 100%;
|
2021-01-06 15:15:28 -06:00
|
|
|
margin: 0.5em 0 0;
|
2018-06-08 04:49:31 -05:00
|
|
|
|
2018-05-09 16:48:34 -05:00
|
|
|
button {
|
|
|
|
&.select-kit-header {
|
|
|
|
display: flex;
|
|
|
|
height: 100%;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
|
|
|
}
|
2015-06-21 23:25:17 -05:00
|
|
|
}
|
2018-05-09 16:48:34 -05:00
|
|
|
|
2021-01-06 15:15:28 -06:00
|
|
|
.navigation-controls {
|
|
|
|
margin-bottom: 0.667em;
|
2015-06-21 23:25:17 -05:00
|
|
|
}
|
2018-05-09 16:48:34 -05:00
|
|
|
|
|
|
|
.nav-pills {
|
|
|
|
display: flex;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
margin: 0 3px 5px 3px;
|
|
|
|
position: relative;
|
|
|
|
.navigation-toggle {
|
|
|
|
flex: 0 1 auto;
|
|
|
|
}
|
2018-06-08 04:49:31 -05:00
|
|
|
> li {
|
2018-05-09 16:48:34 -05:00
|
|
|
margin-right: 0;
|
|
|
|
font-size: $font-down-1;
|
2020-08-03 21:57:10 -05:00
|
|
|
border: 1px solid var(--primary-medium);
|
2018-05-09 16:48:34 -05:00
|
|
|
}
|
2018-06-08 04:49:31 -05:00
|
|
|
> li > a {
|
2018-05-09 16:48:34 -05:00
|
|
|
line-height: $line-height-large;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
.d-icon {
|
|
|
|
margin-left: 5px;
|
2020-02-17 12:00:31 -06:00
|
|
|
margin-right: 0;
|
2018-05-09 16:48:34 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.drop {
|
2020-08-03 21:57:10 -05:00
|
|
|
border: 1px solid var(--primary-low);
|
2018-05-09 16:48:34 -05:00
|
|
|
position: absolute;
|
2018-06-20 00:09:14 -05:00
|
|
|
z-index: z("dropdown") - 1;
|
2020-08-03 21:57:10 -05:00
|
|
|
background-color: var(--secondary);
|
2018-05-09 16:48:34 -05:00
|
|
|
padding: 0 10px 10px 10px;
|
|
|
|
width: 150px;
|
|
|
|
top: 100%;
|
|
|
|
margin: 0;
|
|
|
|
left: 0; // iOS6 alignment
|
2018-06-08 04:49:31 -05:00
|
|
|
li {
|
2018-05-09 16:48:34 -05:00
|
|
|
list-style-type: none;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-top: 5px;
|
|
|
|
padding-top: 10px;
|
|
|
|
a {
|
|
|
|
width: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
2015-06-21 23:25:17 -05:00
|
|
|
}
|
2017-09-10 04:36:57 -05:00
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
|
|
|
|
2013-09-17 15:07:02 -05:00
|
|
|
.list-container .full-width {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2021-01-06 15:15:28 -06:00
|
|
|
ol.category-breadcrumb {
|
|
|
|
margin: 0 -3px 5px -3px;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex: 1 1 100%;
|
|
|
|
li.select-kit {
|
|
|
|
flex: 1 1 33%;
|
|
|
|
margin: 0 3px 5px 3px;
|
|
|
|
.select-kit-header .selected-name {
|
|
|
|
max-width: 80vw;
|
|
|
|
.badge-wrapper {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-05 14:37:07 -05:00
|
|
|
// Base list
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2014-07-29 16:38:36 -05:00
|
|
|
.topic-list {
|
2015-10-23 03:19:28 -05:00
|
|
|
.right {
|
2015-10-30 10:50:46 -05:00
|
|
|
margin-left: 55px;
|
2015-10-23 03:19:28 -05:00
|
|
|
}
|
|
|
|
|
2013-09-05 14:37:07 -05:00
|
|
|
th,
|
|
|
|
td {
|
2018-04-20 18:14:48 -05:00
|
|
|
padding: 7px 0;
|
2016-01-14 14:12:09 -06:00
|
|
|
max-width: 300px;
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
2014-06-10 13:01:09 -05:00
|
|
|
|
2018-10-24 19:42:58 -05:00
|
|
|
.main-link {
|
|
|
|
line-height: $line-height-medium;
|
|
|
|
position: relative;
|
|
|
|
z-index: z("base") + 1; // Intentionally overlapping category to create bigger tap target
|
|
|
|
a.title {
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--primary);
|
2019-01-18 15:17:24 -06:00
|
|
|
padding: 0.5em 0 1.2em 0;
|
2018-10-24 19:42:58 -05:00
|
|
|
}
|
2018-12-06 18:22:04 -06:00
|
|
|
.topic-statuses {
|
|
|
|
a {
|
|
|
|
line-height: 0.8;
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--primary-medium);
|
2018-12-06 18:22:04 -06:00
|
|
|
}
|
|
|
|
}
|
2018-06-08 04:49:31 -05:00
|
|
|
}
|
2014-06-10 13:01:09 -05:00
|
|
|
|
2018-06-08 04:49:31 -05:00
|
|
|
.badge-notification,
|
|
|
|
.category-topic-link td.num .badge-notification {
|
2013-09-05 14:37:07 -05:00
|
|
|
position: relative;
|
2018-07-25 22:58:23 -05:00
|
|
|
display: inline-block;
|
2013-09-05 14:37:07 -05:00
|
|
|
top: -1px;
|
2018-07-27 12:10:13 -05:00
|
|
|
font-size: $font-0;
|
2018-07-25 22:58:23 -05:00
|
|
|
line-height: $line-height-small;
|
2018-07-27 12:10:13 -05:00
|
|
|
padding: 0.15em 0.4em 0.2em 0.4em;
|
2018-11-26 15:49:57 -06:00
|
|
|
.d-icon {
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--secondary);
|
2018-06-08 04:49:31 -05:00
|
|
|
}
|
2015-09-11 15:34:27 -05:00
|
|
|
|
|
|
|
&.new-topic::before {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
&.new-topic {
|
2015-11-09 04:24:19 -06:00
|
|
|
padding: 0;
|
2015-09-11 15:34:27 -05:00
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
2013-09-19 15:25:25 -05:00
|
|
|
|
2015-09-16 10:43:35 -05:00
|
|
|
.category-topic-link td.num .badge-notification {
|
2018-06-08 04:49:31 -05:00
|
|
|
&.new-posts,
|
|
|
|
&.unread-posts {
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--secondary);
|
2015-09-16 10:43:35 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-19 15:25:25 -05:00
|
|
|
.topic-item-stats {
|
2018-10-24 19:42:58 -05:00
|
|
|
position: relative;
|
|
|
|
margin-top: 0.25em;
|
|
|
|
z-index: z("base");
|
2018-06-08 04:49:31 -05:00
|
|
|
.category,
|
|
|
|
.num,
|
|
|
|
.last-poster {
|
2013-09-05 14:37:07 -05:00
|
|
|
float: left;
|
|
|
|
}
|
2014-12-02 02:19:42 -06:00
|
|
|
.category a {
|
2014-12-02 02:41:51 -06:00
|
|
|
max-width: 160px;
|
2014-12-02 02:19:42 -06:00
|
|
|
}
|
2018-06-08 04:49:31 -05:00
|
|
|
.num .fa,
|
|
|
|
a,
|
|
|
|
a:visited {
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--primary-med-or-secondary-med);
|
2014-04-23 20:10:50 -05:00
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
2013-09-19 15:25:25 -05:00
|
|
|
|
2014-01-10 12:56:27 -06:00
|
|
|
.age {
|
|
|
|
white-space: nowrap;
|
2014-09-23 00:56:46 -05:00
|
|
|
a {
|
2015-10-23 01:23:13 -05:00
|
|
|
// let's make all ages dim on mobile so we're not
|
|
|
|
// overwhelming people with info about each topic
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--primary-low-mid-or-secondary-high) !important;
|
2014-09-23 00:56:46 -05:00
|
|
|
}
|
2014-01-10 12:56:27 -06:00
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
// Category list
|
|
|
|
// --------------------------------------------------
|
2017-03-27 10:38:01 -05:00
|
|
|
.categories-list .category-list {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
|
|
|
|
td {
|
|
|
|
padding: 12px 5px;
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--primary-med-or-secondary-high);
|
2017-03-27 10:38:01 -05:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2018-04-20 18:14:48 -05:00
|
|
|
th {
|
|
|
|
padding: 10px 0 0;
|
|
|
|
}
|
|
|
|
|
2017-03-27 10:38:01 -05:00
|
|
|
td:first-of-type {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
tbody {
|
2020-02-17 12:00:31 -06:00
|
|
|
border-top: none;
|
2017-03-27 10:38:01 -05:00
|
|
|
.category {
|
|
|
|
border-left: 6px solid;
|
|
|
|
}
|
|
|
|
}
|
2015-09-11 13:28:18 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.category-list-item.category {
|
2018-05-01 19:41:28 -05:00
|
|
|
tr:first-of-type {
|
|
|
|
border: none;
|
|
|
|
}
|
2015-09-11 13:28:18 -05:00
|
|
|
// Allow percentage widths on table cells to include their padding
|
|
|
|
box-sizing: border-box;
|
2018-06-08 04:49:31 -05:00
|
|
|
*,
|
|
|
|
*:before,
|
|
|
|
*:after {
|
2015-09-11 13:28:18 -05:00
|
|
|
box-sizing: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.posts {
|
|
|
|
width: 10%;
|
2015-10-20 01:02:32 -05:00
|
|
|
vertical-align: top;
|
2015-09-11 13:28:18 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.age {
|
2015-09-17 14:25:37 -05:00
|
|
|
margin-left: 5px;
|
2015-09-11 13:28:18 -05:00
|
|
|
}
|
2020-07-29 07:59:55 -05:00
|
|
|
|
|
|
|
// numbers get dimmer as they get colder
|
|
|
|
.coldmap {
|
|
|
|
&-high {
|
|
|
|
opacity: 0.4;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-med {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-low {
|
|
|
|
opacity: 0.8;
|
|
|
|
}
|
|
|
|
}
|
2015-09-11 13:28:18 -05:00
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
|
2019-12-19 09:09:45 -06:00
|
|
|
.subcategory-list-item.category {
|
2019-12-20 15:17:34 -06:00
|
|
|
display: block;
|
|
|
|
width: calc(100% + 20px);
|
|
|
|
margin: 1.25em 10px 0;
|
|
|
|
border-bottom: none !important;
|
2020-08-03 21:57:10 -05:00
|
|
|
border-top: 1px solid var(--primary-low) !important;
|
2019-12-20 15:17:34 -06:00
|
|
|
&:last-of-type {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 1.25em;
|
2020-08-03 21:57:10 -05:00
|
|
|
border-bottom: 1px solid var(--primary-low) !important;
|
2019-12-20 15:17:34 -06:00
|
|
|
}
|
2019-12-19 09:09:45 -06:00
|
|
|
td:first-of-type {
|
|
|
|
padding: 12px 0px;
|
|
|
|
}
|
2019-12-20 15:17:34 -06:00
|
|
|
.category-logo.aspect-image {
|
|
|
|
display: none;
|
|
|
|
}
|
2019-12-19 09:09:45 -06:00
|
|
|
.subcategories {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-05-19 18:28:01 -05:00
|
|
|
tr.category-topic-link {
|
2020-08-03 21:57:10 -05:00
|
|
|
border-bottom: 1px solid var(--primary-low);
|
2018-04-20 15:48:25 -05:00
|
|
|
&:last-of-type {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2015-05-05 11:04:18 -05:00
|
|
|
}
|
2014-07-28 09:33:23 -05:00
|
|
|
|
2019-12-19 09:09:45 -06:00
|
|
|
.category-list-item,
|
|
|
|
.subcategory-list-item {
|
2019-12-20 15:17:34 -06:00
|
|
|
padding: 0 0 0 3px;
|
2015-05-05 11:04:18 -05:00
|
|
|
border-left: 6px solid;
|
|
|
|
|
2019-12-19 09:09:45 -06:00
|
|
|
h3,
|
|
|
|
h4 {
|
2018-12-04 12:01:27 -06:00
|
|
|
max-width: 100%;
|
|
|
|
padding: 0 0 0 10px;
|
2018-11-26 15:49:57 -06:00
|
|
|
.d-icon {
|
2015-05-05 11:04:18 -05:00
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
a[href] {
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--primary);
|
2015-05-05 11:04:18 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-12-19 09:09:45 -06:00
|
|
|
h3 {
|
|
|
|
font-size: $font-up-2;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
font-size: $font-up-1;
|
|
|
|
}
|
|
|
|
|
2018-02-27 12:10:28 -06:00
|
|
|
.category-name {
|
|
|
|
max-width: 80vw;
|
|
|
|
}
|
|
|
|
|
2018-06-08 04:49:31 -05:00
|
|
|
.category-topic-link .main-link,
|
|
|
|
.subcategories-list td,
|
|
|
|
.category-description td {
|
2015-05-06 09:58:30 -05:00
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
2015-09-17 14:25:37 -05:00
|
|
|
.category-topic-link .main-link .age {
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-down-1;
|
2015-09-17 14:25:37 -05:00
|
|
|
}
|
|
|
|
|
2015-05-06 09:58:30 -05:00
|
|
|
.category-description td {
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:17:34 -06:00
|
|
|
.subcategories-list {
|
|
|
|
border-bottom: none;
|
|
|
|
td {
|
|
|
|
padding-top: 15px;
|
|
|
|
}
|
2015-05-05 11:04:18 -05:00
|
|
|
}
|
|
|
|
|
2014-07-10 15:28:53 -05:00
|
|
|
th .badge-category {
|
2015-01-29 19:09:42 -06:00
|
|
|
margin: 0;
|
2014-07-10 15:28:53 -05:00
|
|
|
}
|
2014-07-28 09:33:23 -05:00
|
|
|
|
2015-10-20 01:02:32 -05:00
|
|
|
.category-topic-link {
|
|
|
|
.num {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.topic-excerpt {
|
|
|
|
width: 110%;
|
2015-09-16 10:43:35 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-05 14:37:07 -05:00
|
|
|
.posters {
|
2014-07-10 15:28:53 -05:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
> footer {
|
2020-08-03 21:57:10 -05:00
|
|
|
border-top: 1px solid var(--primary-low);
|
2014-07-10 15:28:53 -05:00
|
|
|
padding: 7px 10px;
|
2021-02-02 03:50:04 -06:00
|
|
|
.category-stat {
|
2014-07-10 15:28:53 -05:00
|
|
|
float: left;
|
2021-02-02 03:50:04 -06:00
|
|
|
margin: 3px 1em 0 0;
|
2014-07-10 15:28:53 -05:00
|
|
|
font-weight: normal;
|
2021-02-02 03:50:04 -06:00
|
|
|
font-size: $font-down-1;
|
|
|
|
.value {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2014-07-10 15:28:53 -05:00
|
|
|
}
|
|
|
|
.btn {
|
|
|
|
float: right;
|
|
|
|
margin-left: 7px;
|
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:17:34 -06:00
|
|
|
.category-list-item {
|
|
|
|
padding: 0.5em 0 0.25em;
|
2020-08-03 21:57:10 -05:00
|
|
|
border-top: 1px solid var(--primary-low) !important;
|
|
|
|
border-bottom: 1px solid var(--primary-low) !important;
|
2019-12-20 15:17:34 -06:00
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
2017-03-27 10:38:01 -05:00
|
|
|
.category-box {
|
|
|
|
h3 {
|
|
|
|
margin: 0 0 0.5em 0;
|
|
|
|
}
|
|
|
|
}
|
2014-07-10 15:28:53 -05:00
|
|
|
|
2020-08-27 03:50:18 -05:00
|
|
|
.category-topics-count a {
|
|
|
|
color: var(--primary);
|
|
|
|
}
|
|
|
|
|
2014-07-29 16:38:36 -05:00
|
|
|
.topic-list-bottom {
|
2015-07-21 20:46:15 -05:00
|
|
|
margin: 20px 0 0 0;
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
// Misc. stuff
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.dropdown {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.dropdown-toggle:active,
|
|
|
|
.open .dropdown-toggle {
|
|
|
|
outline: 0;
|
|
|
|
}
|
2020-06-01 04:22:35 -05:00
|
|
|
|
2013-09-05 14:37:07 -05:00
|
|
|
.fade.in {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2020-11-02 16:35:02 -06:00
|
|
|
.tags-controls {
|
|
|
|
display: flex;
|
|
|
|
h2 {
|
|
|
|
order: -1;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-11-28 22:02:03 -06:00
|
|
|
.category-logo.aspect-image {
|
2014-08-05 16:09:18 -05:00
|
|
|
display: block;
|
2018-11-28 22:02:03 -06:00
|
|
|
margin: 8px 0;
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2014-08-05 16:09:18 -05:00
|
|
|
}
|
2014-08-20 16:37:28 -05:00
|
|
|
|
2014-09-23 02:49:09 -05:00
|
|
|
button.dismiss-read {
|
|
|
|
margin-right: 10px;
|
2014-10-13 02:26:13 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
// base defines extra padding for easier click/top of title field
|
|
|
|
// this is a bit too much for mobile
|
2015-09-09 15:05:02 -05:00
|
|
|
td .main-link {
|
2018-07-27 12:10:13 -05:00
|
|
|
width: 78%;
|
2015-09-09 15:05:02 -05:00
|
|
|
display: inline-block;
|
2014-10-13 02:26:13 -05:00
|
|
|
a.title {
|
|
|
|
padding: 5px 10px 5px 0;
|
2016-01-13 00:40:36 -06:00
|
|
|
word-wrap: break-word;
|
2014-10-13 02:26:13 -05:00
|
|
|
}
|
2014-10-20 08:54:36 -05:00
|
|
|
}
|
2015-09-10 17:17:00 -05:00
|
|
|
.topic-list {
|
2015-09-09 15:05:02 -05:00
|
|
|
.posts-map {
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-up-1;
|
2015-09-09 15:05:02 -05:00
|
|
|
}
|
2015-10-20 01:02:32 -05:00
|
|
|
// so the topic excerpt is full width
|
|
|
|
// as the containing div is 80%
|
|
|
|
.topic-excerpt {
|
2020-11-11 05:46:53 -06:00
|
|
|
display: block;
|
2015-10-20 01:02:32 -05:00
|
|
|
padding-right: 0;
|
|
|
|
width: 120%;
|
|
|
|
}
|
2020-11-11 05:46:53 -06:00
|
|
|
|
|
|
|
.topic-excerpt-more {
|
|
|
|
color: var(--tertiary);
|
|
|
|
}
|
2015-09-09 15:05:02 -05:00
|
|
|
}
|
2016-07-14 07:38:16 -05:00
|
|
|
|
2017-03-27 10:38:01 -05:00
|
|
|
.category-list.with-topics .category-list-item .category-description {
|
2016-07-14 07:38:16 -05:00
|
|
|
display: none;
|
|
|
|
}
|
2020-07-30 13:02:51 -05:00
|
|
|
|
|
|
|
.category-list .category.muted a.category-title-link {
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--primary-medium);
|
2020-07-30 13:02:51 -05:00
|
|
|
font-size: $font-down-1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.muted-categories-link {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|