github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/assets/scss/_search.scss (about) 1 // Search 2 3 .td-search-input { 4 background: transparent; 5 max-width: 90%; 6 7 &.form-control:focus { 8 border-color: lighten($primary, 60%); 9 box-shadow: 0 0 0 2px lighten($primary, 30%); 10 } 11 12 @if $enable-rounded { 13 border-radius: 1rem; 14 } 15 16 font-family: "Font Awesome 5 Free", $font-family-base; 17 } 18 19 .popover.offline-search-result { 20 // Override bootstrap default style (max-width: $popover-max-width;) 21 max-width: 90%; 22 23 .card { 24 margin-bottom: $spacer * .5; 25 26 .card-header { 27 font-weight: bold; 28 } 29 } 30 }