Web: Common: PageLayout: Fixed default PageLayout header styles after merge

This commit is contained in:
Ilya Oleshko 2022-02-17 13:06:42 +03:00
parent e848d5d979
commit c2c802b732

View File

@ -40,9 +40,9 @@ const StyledSectionHeader = styled.div`
.arrow-button {
svg {
width: 14px !important;
width: 14px;
}
margin-right: 10px !important;
margin-right: 10px;
}
`}
}
@ -84,10 +84,9 @@ const StyledSectionHeader = styled.div`
-o-transition: top 0.3s cubic-bezier(0, 0, 0.8, 1);
}
.group-button-menu-container {
padding-bottom: 0 !important;
padding-bottom: 0;
> div:first-child {
top: ${(props) =>
!props.isSectionHeaderVisible ? "56px" : "0px"} !important;
top: ${(props) => (!props.isSectionHeaderVisible ? "56px" : "0px")};
@media ${desktop} {
${isMobile &&