Skip to content

Commit

Permalink
Add styling for answers list
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Oct 12, 2021
1 parent db8f12f commit 127663c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -762,13 +762,6 @@ div.ui.modal.facet {
}
}

.answers__boxtitle {
}

.search-result {
font-size: 80%;
}

.ui.segment.loading {
min-height: 10em;
margin-bottom: 2em;
Expand All @@ -782,10 +775,10 @@ div.ui.modal.facet {

.ui.segment.answers-wrapper {
margin-bottom: 2em;

div.search-result {
border-bottom: 0px !important;
}
box-shadow: none;
border: none;
border-top: 1px solid #ccc;
// border-bottom: 1px solid #ccc;

.answers__bottom {
margin-top: 1em;
Expand All @@ -798,6 +791,13 @@ div.ui.modal.facet {
color: #ccc;
margin: 0em;
}
.answers__bottom__spacer {
border-bottom: 1px solid #ccc;
flex-grow: 2;
height: 0.5em;
margin-left: 1em;
margin-right: 1em;
}

.rating {
margin-left: 0em;
Expand Down

0 comments on commit 127663c

Please sign in to comment.