diff options
Diffstat (limited to 'plugins/base/frontend/src/main/components/search/search.scss')
-rw-r--r-- | plugins/base/frontend/src/main/components/search/search.scss | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/plugins/base/frontend/src/main/components/search/search.scss b/plugins/base/frontend/src/main/components/search/search.scss new file mode 100644 index 00000000..cc5a61ac --- /dev/null +++ b/plugins/base/frontend/src/main/components/search/search.scss @@ -0,0 +1,37 @@ +.search { + button { + border: none; + fill: #637282; + background: #F4F4F4; + + &:focus { + outline: none; + } + } +} + +.popup-wrapper { + min-width: calc(100% - 360px) !important; +} + +.indented { + text-indent: 10px; +} + +.disabled { + color: gray; +} + +.template-wrapper { + display: grid; + grid-template-columns: auto auto; +} + +.template-name { + justify-self: start; +} + +.template-description { + color: gray; + justify-self: end; +}
\ No newline at end of file |