mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Convert docs to docsy
This commit is contained in:
16
site/themes/docsy/assets/scss/_search.scss
Normal file
16
site/themes/docsy/assets/scss/_search.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
// Search
|
||||
|
||||
.td-search-input {
|
||||
background: transparent;
|
||||
|
||||
&.form-control:focus {
|
||||
border-color: lighten($primary, 60%);
|
||||
box-shadow: 0 0 0 2px lighten($primary, 30%);
|
||||
}
|
||||
|
||||
@if $enable-rounded {
|
||||
border-radius: 1rem;
|
||||
}
|
||||
|
||||
font-family: "Font Awesome 5 Free", $font-family-base;
|
||||
}
|
||||
Reference in New Issue
Block a user