Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
style: update card style
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangtaofeng committed Apr 24, 2024
1 parent 8817238 commit 5c77f57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,18 @@ export const headerStyle = css`
justify-content: flex-end;
width: 100%;
border-radius: 8px;
height: 161px;
overflow: hidden;
position: relative;
z-index: 0;
`

export const agentIconStyle = css`
object-fit: cover;
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
`

export const actionContainerStyle = css`
position: absolute;
bottom: 0;
display: flex;
width: 100%;
height: 48px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,19 @@ export const headerStyle = css`
flex-direction: column;
justify-content: flex-end;
width: 100%;
height: 220px;
overflow: hidden;
border-radius: 16px;
position: relative;
z-index: 0;
`

export const agentIconStyle = css`
object-fit: cover;
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
`

export const actionContainerStyle = css`
position: absolute;
bottom: 0;
display: flex;
width: 100%;
height: 64px;
Expand Down

0 comments on commit 5c77f57

Please sign in to comment.