diff --git a/desktop/desktop.scss b/desktop/desktop.scss new file mode 100644 index 0000000..b410f15 --- /dev/null +++ b/desktop/desktop.scss @@ -0,0 +1 @@ +@import "showcased-categories"; diff --git a/scss/category-boxes.scss b/scss/category-boxes.scss deleted file mode 100644 index e69de29..0000000 diff --git a/scss/showcased-categories.scss b/scss/showcased-categories.scss new file mode 100644 index 0000000..975fdb8 --- /dev/null +++ b/scss/showcased-categories.scss @@ -0,0 +1,19 @@ +.showcased-categories-sidebar { + .full-width .contents .topic-list { + display: unset; + } + + .two-topic-list-sidebar { + .topic-excerpt { + display: none; + } + + .btn-link.posts-map.badge-posts { + display: block; + } + + .topic-list .topic-list-item { + height: unset; + } + } +}