Browse Source

Merge pull request #45 from lexintegritastech/feature-enhance-ui

Add css file for document search
pull/46/head
Alexander D. Bondoc 4 years ago committed by GitHub
parent
commit
9bc18af1a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 27
      app/javascript/src/application/document-search.scss

27
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;
}
Loading…
Cancel
Save