diff --git a/src/app/components/category-list/category-list.scss b/src/app/components/category-list/category-list.scss index 0b8727d..0f7a53b 100644 --- a/src/app/components/category-list/category-list.scss +++ b/src/app/components/category-list/category-list.scss @@ -1,4 +1,6 @@ .category-list { + margin-bottom: 20px; + &--title { color: #ffffff; font-size: 16px; @@ -9,6 +11,7 @@ border-top-right-radius: 5px; overflow: hidden; cursor: pointer; + text-transform: uppercase; } .category-list--item { diff --git a/src/app/components/topics-select/topics-select.html b/src/app/components/topics-select/topics-select.html index d1a61c9..3b5e165 100644 --- a/src/app/components/topics-select/topics-select.html +++ b/src/app/components/topics-select/topics-select.html @@ -1,8 +1,13 @@ -