Skip to content

Commit

Permalink
Style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jun 10, 2022
1 parent bbdc766 commit e56533e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/SearchBlock/less/filterlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,6 @@ div#page-document .searchlib-block {
}
}

.modal-section-title {
// margin-bottom: 1em;
color: @lightBlack;
font-size: 20px;
font-weight: 700;
}

.facet-list-header {
display: flex;
align-items: center;
Expand All @@ -260,6 +253,12 @@ div#page-document .searchlib-block {
}
}

.facet-list-header {
.modal-section-title {
margin-bottom: 0 !important;
}
}

.ui.basic.button.clear-btn {
padding: 0.8em;
color: @secondaryColor !important;
Expand Down Expand Up @@ -343,7 +342,7 @@ div#page-document .searchlib-block {
height: 16px;
padding: 3px;
border: 1px solid @lightBlack !important;
margin-left: 20px;
margin-left: 10px;
background: none !important;
border-radius: 2px;
box-shadow: none;
Expand Down
21 changes: 21 additions & 0 deletions src/SearchBlock/less/searchview.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
h1,
h2,
h3,
h4,
h5,
h6 {
color: @lightBlack;
}

div#page-document {
h1.documentFirstHeading {
display: none;
Expand Down Expand Up @@ -42,6 +51,18 @@ div#page-document {
}
}

.top-filter-layout {
position: relative;

.ui.dimmer {
background-color: rgba(255, 255, 255, 0.5);

.ui.loader {
top: 10%;
}
}
}

.body-content,
.body-footer {
background-color: white;
Expand Down

0 comments on commit e56533e

Please sign in to comment.