Skip to content

Commit

Permalink
Refs #140518 - Improve answers section.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 12, 2021
1 parent 2f43f9a commit 62cb405
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1268,11 +1268,6 @@ div.answers-section {
div.answers-content {
padding-left: 40px !important;

div.answers-wrapper {
padding-right: 0px;
padding-left: 0px;
}

.answers-list {
// margin-top: 3em;

Expand All @@ -1299,6 +1294,8 @@ div.answers-section {
}

.answer__primary {
color: @sf-medium-gray2;

a {
font-weight: bold;
}
Expand Down Expand Up @@ -1355,8 +1352,11 @@ div.answers-section {
}

.ui.segment.answers-wrapper {
padding-right: 0px;
padding-left: 0px;

border: none;
border-top: 1px solid #ccc;
border-top: 1px solid @sf-light-gray2;
// margin-bottom: 2em;
box-shadow: none;
// border-bottom: 1px solid #ccc;
Expand All @@ -1366,17 +1366,21 @@ div.answers-section {
justify-content: space-between;
margin-top: 1em;

button {
margin-right: 0px;
}

h5 {
margin: 0em;
color: #ccc;
color: @sf-light-gray2;
font-size: 0.7em;
text-align: right;
}

.answers__bottom__spacer {
height: 0.5em;
flex-grow: 2;
border-bottom: 1px solid #ccc;
border-bottom: 1px solid @sf-light-gray2;
margin-right: 1em;
margin-left: 1em;
}
Expand Down

0 comments on commit 62cb405

Please sign in to comment.