Skip to content

Commit

Permalink
Create index.styl
Browse files Browse the repository at this point in the history
  • Loading branch information
hoochanlon authored Sep 27, 2023
1 parent cbb5691 commit f877792
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions docs/.vuepress/styles/index.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
.search-box .DocSearch.DocSearch-Button {
cursor: text;
width: 10rem;
height: 2rem;
color: #5b5b5b;
border: 1px solid var(--border-color);
border-radius: 0.25rem;
font-size: 0.9rem;
padding: 0 0.5rem 0 0rem;
outline: none;
transition: all 0.2s ease;
background: transparent;
background-size: 1rem;
}

.search-box .DocSearch-Button-Container {
margin-left: 0.4rem;
}

.search-box .DocSearch-Button .DocSearch-Search-Icon {
width: 16px;
height: 16px;
position: relative;
top: 0.1rem;
}

.search-box .DocSearch-Button-Placeholder {
font-size: 0.8rem;
}

.search-box .DocSearch-Button-Keys {
display: flex;
position: absolute;
right: 0.1rem;
}

.search-box .DocSearch-Button-Key {
font-size: 12px;
line-height: 20px;
}

0 comments on commit f877792

Please sign in to comment.