41 lines
740 B
CSS
41 lines
740 B
CSS
.add-mn-btn, .end-button {
|
|
display: none;
|
|
}
|
|
|
|
.preview-page-content {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
height: 100%;
|
|
padding: auto;
|
|
padding-top: 50px;
|
|
}
|
|
.preview-attendance-table {
|
|
width: 40%;
|
|
padding-left: 50px;
|
|
}
|
|
.seat-chart-wrapper {
|
|
width: 60%;
|
|
}
|
|
.preview-attendance-table, .seat-chart-wrapper {
|
|
margin: 0 30px;
|
|
}
|
|
.seatCharts-space {
|
|
background-color: unset!important;
|
|
}
|
|
.seatCharts-container {
|
|
width: 100%!important;
|
|
}
|
|
.seatCharts-row {
|
|
width: 100%!important;
|
|
height: 130px!important;
|
|
}
|
|
.seatCharts-cell {
|
|
width: 120px!important;
|
|
height: 120px!important;
|
|
line-height: 60px!important;
|
|
}
|
|
.preview-name {
|
|
color: rgba(0,0,0,0.7);
|
|
}
|