Procházet zdrojové kódy

Adding margin to description

feature/589
jovan.cirkovic před 3 roky
rodič
revize
bbee95fc35

+ 3
- 0
src/components/Cards/ItemDetailsCard/OfferDetails/OfferDetails.styled.js Zobrazit soubor

@@ -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) {

+ 4
- 0
src/components/Scroller/VerticalScroller.styled.js Zobrazit soubor

@@ -71,6 +71,10 @@ export const ListContainer = styled(ScrollContainer)`
margin: 0;
margin-top: 18px;
}

@media (max-width: 1200px) {
margin: 0;
}
`;
export const ArrowIconContainer = styled(Box)`
transform: ${(props) =>

Načítá se…
Zrušit
Uložit