summaryrefslogtreecommitdiffhomepage
path: root/themes/docsy/assets/scss/_search.scss
diff options
context:
space:
mode:
authorIan Lewis <ianmlewis@gmail.com>2019-03-29 22:40:11 -0400
committerIan Lewis <ianmlewis@gmail.com>2019-03-29 22:40:11 -0400
commit22f1890a9beab11d8cfdceba3a4d66f8bbbb468c (patch)
tree110ec3a84a72560244ee4476852295b86a737eb0 /themes/docsy/assets/scss/_search.scss
Initial commit
Diffstat (limited to 'themes/docsy/assets/scss/_search.scss')
-rw-r--r--themes/docsy/assets/scss/_search.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/themes/docsy/assets/scss/_search.scss b/themes/docsy/assets/scss/_search.scss
new file mode 100644
index 000000000..ef257d4b9
--- /dev/null
+++ b/themes/docsy/assets/scss/_search.scss
@@ -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;
+} \ No newline at end of file