|
|
|
@@ -52,6 +52,8 @@ export const OfferLittleDetails = styled(Box)` |
|
|
|
flex-wrap: ${(props) => (!props.halfwidth ? "no-wrap" : "wrap")}; |
|
|
|
justify-content: space-between; |
|
|
|
padding: ${(props) => (props.singleOffer ? 0 : "0 60px")}; |
|
|
|
margin-top: 10px; |
|
|
|
padding-right: 18px; |
|
|
|
${(props) => |
|
|
|
!props.singleOffer && |
|
|
|
` |
|
|
|
@@ -123,6 +125,7 @@ export const DesciprtionPostDate = styled(Typography)` |
|
|
|
font-family: "Open Sans"; |
|
|
|
font-size: 12px; |
|
|
|
color: ${selectedTheme.primaryText}; |
|
|
|
margin-top: 18px; |
|
|
|
&::before { |
|
|
|
content: "Objavljeno: "; |
|
|
|
@media (max-width: 600px) { |