mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Merge pull request #161 from shoelace-style/card-footer-corner-fix
Fix card footer border radius
This commit is contained in:
@@ -68,6 +68,8 @@ export default css`
|
||||
.card--has-footer .card__footer {
|
||||
display: block;
|
||||
border-top: inherit;
|
||||
border-bottom-left-radius: var(--border-radius);
|
||||
border-bottom-right-radius: var(--border-radius);
|
||||
padding: var(--spacing);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user