Skip to content

Commit

Permalink
Refs #142559 - use 16px for query prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 7, 2021
1 parent 0fe8694 commit aea3b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ div#page-document {

p.demo-question {
margin-top: 0.5em;
font-size: 12px;
font-size: 16px;

span {
color: @sf-dark-gray;
Expand All @@ -461,7 +461,7 @@ div#page-document {
a {
background: @sf-light-gray;
color: @sf-blue !important;
font-size: 12px;
font-size: 16px;
}
}

Expand Down

0 comments on commit aea3b2e

Please sign in to comment.