Skip to content

Commit

Permalink
SBERDOMA-340 css fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoviazin committed Jun 3, 2021
1 parent ae51b1a commit 185d0e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/condo/domains/common/components/ActionBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { css, jsx } from '@emotion/core'
const actionBar = css`
padding: 24px;
margin: 0 -24px;
transition: box-shadow 0.6s ease-in-out;
transition: box-shadow 0.6s ease-out;
.ant-affix & {
background: rgba(255,255,255,0.9);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ export const ErrorsContainer: React.FC<IErrorsContainerProps> = ({ address }) =>
</ErrorsWrapper>
)
)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const UpdatePropertyForm: React.FC<IUpdatePropertyForm> = ({ id }) => {
type='sberDanger'
loading={isLoading}
secondary
style={{ position: 'absolute', right: '24px', top: '24px' }}
style={{ position: 'absolute', right: '0px', top: '24px' }}
>
{DeletePropertyLabel}
</Button>
Expand Down

0 comments on commit 185d0e0

Please sign in to comment.