fix(SW-1188): add card variant
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
height: 320px; /* Fixed height from Figma */
|
||||
margin-right: var(--Spacing-x2);
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
@@ -13,6 +12,14 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.fixed {
|
||||
height: 320px; /* Fixed height from Figma */
|
||||
}
|
||||
|
||||
.dynamic {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.imageWrapper {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user