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