Minor fixes & new placeholder for location search
This commit is contained in:
@@ -76,7 +76,7 @@ class Main extends React.Component {
|
||||
<span className="title">Kiwi</span>
|
||||
<input
|
||||
id="gmaps-places-input"
|
||||
placeholder="Kuda?"
|
||||
placeholder="Unesite adresu, naselje ili grad"
|
||||
className="where-to"
|
||||
type="text"></input>
|
||||
<div className="view-types">
|
||||
|
||||
5
web/dist/main.css
vendored
5
web/dist/main.css
vendored
@@ -354,6 +354,7 @@ html {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 3 3;
|
||||
letter-spacing: 1.4px;
|
||||
}
|
||||
|
||||
.price {
|
||||
@@ -400,6 +401,10 @@ html {
|
||||
}
|
||||
|
||||
@media (min-width : 768px) {
|
||||
.pli-details {
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
.property-list-item {
|
||||
margin-bottom: 15px;
|
||||
border: 1px solid #e6e6e6;
|
||||
|
||||
Reference in New Issue
Block a user