feat(SW-285): ship support for dynamic content
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.container {
|
||||
align-items: center;
|
||||
background-color: var(--UI-Grey-10);
|
||||
border-radius: var(--Corner-radius-xLarge);
|
||||
display: flex;
|
||||
height: 370px;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user