forked from feathr-ai/feathr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix icons in UI cannot auto scale (feathr-ai#737) (feathr-ai#744)
* Fix icons in UI cannot auto scale (feathr-ai#737) * Fix home.css code style issue
- Loading branch information
1 parent
0acb0f3
commit b118159
Showing
3 changed files
with
93 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.home .ant-card { | ||
box-shadow: 5px 8px 15px 5px rgba(208, 216, 243, 0.6); | ||
border-radius: 8px; | ||
} | ||
|
||
.home .card-meta { | ||
display: flex; | ||
} | ||
|
||
.home .card-meta .ant-card-meta-avatar { | ||
max-width: 80px; | ||
flex-basis: 30%; | ||
box-sizing: border-box; | ||
} | ||
|
||
.home .card-meta .ant-card-meta-avatar > span { | ||
width: 100%; | ||
} | ||
|
||
.home .card-meta .ant-card-meta-avatar svg { | ||
width: 100%; | ||
height: auto; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters