mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
16 lines
316 B
SCSS
16 lines
316 B
SCSS
// 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;
|
|
} |