Skip to content

Commit

Permalink
fix: #1371 filtering-mobile-and-ui-issues-on-browse-apps (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
NghiaPham authored Jun 2, 2020
1 parent c34899b commit b0b3db9
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions packages/marketplace/src/styles/blocks/categories-list.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
@import '../base/screen-size.scss';

.categoryItem {
display: inline;
margin: 4px;

a {
color: #262f69;
cursor: pointer;
text-decoration: none;
font-weight: normal;
}

&.categoryItemActive {
a {
color: black;
font-weight: 700;
}
}
}

.categoryItem:hover {
Expand All @@ -14,7 +30,9 @@
}
}

.categoryItemActive {
color: black;
font-weight: 700;
.listCategories {
@include for-mobile-only {
display: flex;
flex-wrap: wrap;
}
}

0 comments on commit b0b3db9

Please sign in to comment.