Minor adjustment to no results screen
This commit is contained in:
@@ -25,6 +25,8 @@ export default class Listings extends React.Component {
|
||||
|
||||
if (listings.size === 0) {
|
||||
return (<div className="listings-no-results">
|
||||
<i className="fa fa-frown-o fa-frown-o-custom" aria-hidden="true"></i>
|
||||
|
||||
<h4>Nema rezultata</h4>
|
||||
<h5>
|
||||
Nema oglasa koji ispunjavaju vaše uslove pretrage.
|
||||
|
||||
6
web/dist/main.css
vendored
6
web/dist/main.css
vendored
@@ -822,3 +822,9 @@ h5 {
|
||||
line-height: 27px;
|
||||
letter-spacing: .26px;
|
||||
}
|
||||
|
||||
.fa-frown-o-custom {
|
||||
font-size: 4em;
|
||||
color: #2d3138;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user