Skip to content

Commit

Permalink
Revert "Display score inline"
Browse files Browse the repository at this point in the history
This reverts commit bca737d.
  • Loading branch information
tiberiuichim committed Jan 7, 2022
1 parent bca737d commit b2ff98b
Showing 1 changed file with 39 additions and 20 deletions.
59 changes: 39 additions & 20 deletions src/SearchBlock/less/answersbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,31 +64,12 @@
.answer__primary {
overflow: hidden;

.ui.mini.rating {
// padding-left: 0.2em;
vertical-align: super;

.icon {
font-size: xx-small;
}

.active.icon {
color: @sf-azure;
}
}

a {
font-weight: bold;
}

.scored_link {
padding-right: 0.2em;
// display: inline;
// white-space: nowrap;
}

.answer__primarylink {
margin: 1em 0 0 0;
margin: 1em 0;
font-size: 1em;

a {
Expand Down Expand Up @@ -161,5 +142,43 @@
background: unset;
box-shadow: none;
// border-bottom: 1px solid #ccc;

.answers__bottom {
display: flex;
justify-content: space-between;
margin-top: 1em;

button {
margin-right: 0px;
}

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

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

.rating {
margin-left: 0em;

.icon.active {
color: #2d9390;
}
}
}

// .answer__text {
// font-size: normal;
// font-weight: bold;
// }
}
}

0 comments on commit b2ff98b

Please sign in to comment.