Skip to content

Commit

Permalink
Don't use transparency in colors; remove padding and background color…
Browse files Browse the repository at this point in the history
… from answerbox; simplify searchresult.less
  • Loading branch information
tiberiuichim committed Feb 16, 2022
1 parent 2fc776e commit 9599f9f
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 200 deletions.
4 changes: 2 additions & 2 deletions src/SearchBlock/less/answersbox.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.answers-list {
max-width: @search-result-max-width;
padding: 1em;
// padding: 1em;
margin-bottom: 3em;
background-color: @sf-light-gray;
// background-color: @sf-light-gray;
clear: both;
// margin-top: 3em;
.ui.label {
Expand Down
Loading

0 comments on commit 9599f9f

Please sign in to comment.