mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 21:40:32 +03:00
23 lines
265 B
SCSS
23 lines
265 B
SCSS
:host {
|
|
display: block;
|
|
padding: 20px;
|
|
background: silver;
|
|
}
|
|
|
|
input {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 5px;
|
|
}
|
|
|
|
.search-results {
|
|
margin: 10px 0 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
|
|
> li {
|
|
display: block;
|
|
cursor: pointer;
|
|
}
|
|
}
|