mirror of
https://github.com/inspec/inspec
synced 2024-12-27 13:33:20 +00:00
9 lines
175 B
SCSS
9 lines
175 B
SCSS
|
// styles for search on docs
|
||
|
#docs-search {
|
||
|
width: 100%;
|
||
|
height: 2.4375rem;
|
||
|
padding: .5rem;
|
||
|
margin-bottom: 1rem;
|
||
|
box-sizing: border-box;
|
||
|
background: transparent;
|
||
|
}
|