You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
471 B
31 lines
471 B
.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; |
|
} |
|
|
|
.doctrine-index-body { |
|
width: 98% !important; |
|
}
|
|
|