Shared: CampaignsBanner: fix style

This commit is contained in:
Viktor Fomin 2024-05-07 14:24:59 +03:00
parent 4b3b8b8e1a
commit 61b7a39bdb

View File

@ -58,6 +58,11 @@ const BannerWrapper = styled.div<{
`}
}
@media ${mobile} {
min-height: 132px;
max-height: 132px;
}
.close-icon {
position: absolute;
${(props) =>
@ -122,11 +127,11 @@ const BannerIcon = styled.div`
${(props) =>
props.theme.interfaceDirection === "rtl"
? css`
left: 0px;
left: 1px;
transform: scaleX(-1);
`
: css`
right: 0px;
right: 1px;
`}
@media ${mobile} {