Skip to content

Commit

Permalink
Adjust style of facet
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Feb 16, 2022
1 parent 9599f9f commit 51bf3e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions src/SearchBlock/less/answersbox.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.answers-list {
max-width: @search-result-max-width;
// padding: 1em;
margin-bottom: 3em;
// background-color: @sf-light-gray;
clear: both;
// padding: 1em;
// margin-top: 3em;
// background-color: @sf-light-gray;

.ui.label {
float: right;
}
Expand Down
7 changes: 4 additions & 3 deletions src/SearchBlock/less/facetslist.less
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ div#page-document {
padding: 5px;
margin-top: 4px;
margin-bottom: 0px;
background: white;
background: @sf-blue;
color: white;
font-size: 12px;

span.text {
Expand All @@ -174,11 +175,11 @@ div#page-document {
}

&.active {
background: white;
background: @sf-light-gray;

div.label {
max-width: 100%;
background: @sf-light-gray !important;
// background: @sf-light-gray !important;
color: @sf-azure;
font-weight: 600;

Expand Down
2 changes: 1 addition & 1 deletion src/SearchBlock/less/variables.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@s-dark-gray: #222222; // 545454
@s-medium-gray2: #545454;
@s-medium-gray: #e0e1e2;
@s-medium-gray: #e0e1e2; // rgba(0, 0, 0, 0.85)
@s-light-gray: #edf1f2;
@s-light-orange: #ffdfbb;
@s-dark-orange: #9c5a0a;
Expand Down

0 comments on commit 51bf3e4

Please sign in to comment.