Skip to content

Commit

Permalink
fix(design): No results cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipow committed Apr 24, 2020
1 parent 67a2b3c commit aa71abd
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -595,25 +595,17 @@ svg.DocSearch-Hit-Select-Icon {

.DocSearch-NoResults-Prefill-List {
text-align: left;
display: flex;
padding-bottom: 24px;
align-items: flex-start;
flex-wrap: nowrap;
}

.DocSearch-NoResults-Prefill-List p{
width: 50%;
text-align: right;
display: inline-block;
}

.DocSearch-NoResults-Prefill-List ul{
padding: 0 12px;
flex-grow: 1;
width: 50%;
padding: 8px 0 0;
display: inline-block;
}

.DocSearch-NoResults-Prefill-List li{
list-style-type: '- ';
list-style-type: '» ';
list-style-position: inside;
}

Expand All @@ -624,13 +616,14 @@ svg.DocSearch-Hit-Select-Icon {
display: inline-block;
border-radius: 1em;
font-size: 1em;
font-weight: 700;
background: none;
color: var(--docsearch-primary-color);
text-decoration: underline;
padding: 0;
}

.DocSearch-Prefill:hover {
text-decoration: underline;
outline: none;
}

Expand Down

0 comments on commit aa71abd

Please sign in to comment.