From 51ec0610e1654af241691ed950d91f0989a4ef09 Mon Sep 17 00:00:00 2001 From: janpaulo Date: Fri, 18 Feb 2022 17:37:03 +0800 Subject: [PATCH] Add css file for document search --- .../src/application/document-search.scss | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 app/javascript/src/application/document-search.scss diff --git a/app/javascript/src/application/document-search.scss b/app/javascript/src/application/document-search.scss new file mode 100644 index 0000000..d1acffe --- /dev/null +++ b/app/javascript/src/application/document-search.scss @@ -0,0 +1,27 @@ +.advanced-search-box { + padding: 20px; + background: #525962; + + input { + margin-bottom: 20px; + } +} +.no-search-body { + padding-top: 70px; + + .label-no-search { + font-size: 30px; + font-weight: 700; + } + + .search-doc-icon { + width: 157px; + } +} + +hr.simple { + border: 1px dotted #000; + border-style: none none dotted; + color: #fff; + background-color: #fff; +} \ No newline at end of file