feat: refine seat assignment flow and profile seat preview
This commit is contained in:
@@ -541,6 +541,14 @@ body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.seat-preview-frame {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
border: 0;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.seat-preview-placeholder {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -551,6 +559,7 @@ body {
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
|
||||
.seat-preview-placeholder-icon {
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
|
||||
Reference in New Issue
Block a user