Skip to content

Commit

Permalink
Refs #140559 - Beautify buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 26, 2021
1 parent 52bcc1b commit 5235387
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,10 @@ div#page-document {
width: calc(100% - 42px);
max-width: 558px;
padding: 10px;
margin-top: 4px;
background: @sf-light-gray2;
border: 1px solid @sf-medium-gray;
border-top: none;
margin-top: 0px;
background: @sf-light-gray !important;

div#exact-phrases-facet label {
padding-left: 3rem !important;
Expand All @@ -302,7 +304,7 @@ div#page-document {
border: none;

div.terms-box {
width: calc(100% - 95px);
width: calc(100% - 90px);
padding: 10px;
border: 1px solid @sf-medium-gray;

Expand Down Expand Up @@ -350,14 +352,22 @@ div#page-document {

div.show-extra-facets {
padding: 14px !important;
border: 1px solid @sf-light-gray2;
border: 1px solid @sf-medium-gray;
border-left: none;
margin-right: 4px;
background: @sf-light-gray2 !important;
background: white !important;
border-radius: 0px;
color: @sf-dark-gray !important;
cursor: initial;

i.icon {
margin: 0px;
cursor: pointer;
}

&.opened {
border-bottom: 1px solid @sf-light-gray;
background: @sf-light-gray !important;
}
}

Expand Down

0 comments on commit 5235387

Please sign in to comment.