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 2a7085e commit db8f12f
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -751,11 +751,62 @@ div.ui.modal.facet {
}

.answer__date {
padding-right: 0.4em;
display: inline-block;
width: 7em;
padding-right: 0.5em;
text-align: right;
}

.answer__domain {
padding-left: 0.3em;
}
}

.answers__boxtitle {
}

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

.ui.segment.loading {
min-height: 10em;
margin-bottom: 2em;

.loading-tip {
z-index: 10;
color: black;
font-size: x-large;
}
}

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

div.search-result {
border-bottom: 0px !important;
}

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

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

.rating {
margin-left: 0em;
}
}

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

0 comments on commit db8f12f

Please sign in to comment.