Skip to content

Commit

Permalink
Update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Nov 26, 2021
1 parent 4d1b10a commit b20c306
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ div.answers-section {

.answer__date {
display: inline-block;
width: 7em;
// width: 7em;
padding-right: 0.5em;
margin-right: 0.3em;
text-align: right;
Expand Down Expand Up @@ -1597,8 +1597,10 @@ p.highlight-description {
}

p.demo-question {
a.ui.button {
padding: 0.1em;
color: black;

a.ui.basic.button {
padding: 0px !important;
animation-duration: 0.8s;
animation-name: demoQuestion;
font-size: small;
Expand Down

0 comments on commit b20c306

Please sign in to comment.