atcheck/public/css/map/seatchart-preview.css

65 lines
1.2 KiB
CSS
Raw Normal View History

2019-12-13 23:28:16 +01:00
.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;
2019-12-14 00:37:54 +01:00
line-height: 55px!important;
2019-12-13 23:28:16 +01:00
}
.preview-name {
color: rgba(0,0,0,0.7);
}
.front-indicator-preview {
display: flex;
align-items: center;
justify-content: center;
}
.preview-box {
display: flex;
align-items: center;
}
.checkout-button-preview {
justify-content: flex-start;
width: 40%;
padding-left: 35px;
}
.seat-p-ppreview {
justify-content: center;
width: 60%;
padding: 0 auto;
}
div.seatCharts-seat.available {
background-color: rgba(111,120,129, 0.7);
}
div.seatCharts-seat.taken {
background-color: #649a24;
}