Skip to content

Commit

Permalink
Datahub landing page list styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Dec 2, 2022
1 parent 12cd965 commit aae9841
Showing 1 changed file with 25 additions and 8 deletions.
33 changes: 25 additions & 8 deletions src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

.searchapp-datahub {
/**
* Search box
*/
* Search box
*/
.sui-search-box .search-input .terms-box {
border-color: @blue-5;

Expand All @@ -41,8 +41,25 @@
}

/**
* Tabs
*/
* Landing page
*/
.landing-page-cards {
.ui.list {
.item {
font-weight: normal;

.content {
.count {
margin: 0 7px;
}
}
}
}
}

/**
* Tabs
*/
.ui.secondary.pointing.menu {
a.item {
color: @blue-grey-5;
Expand All @@ -55,8 +72,8 @@
}

/**
* Filters
*/
* Filters
*/
.above-results .sorting .inline.dropdown > span,
.dropdown-facets-list .ui.button.sui-button:hover,
.ui.basic.button.sui-button,
Expand All @@ -65,8 +82,8 @@
}

/**
* Pagination
*/
* Pagination
*/
.search-body-footer {
.ui.button.pagination-item {
&.active,
Expand Down

0 comments on commit aae9841

Please sign in to comment.