103 lines
2.1 KiB
CSS
103 lines
2.1 KiB
CSS
body {
|
|
background-color: #f8fafc;
|
|
font-family: 'Nunito', sans-serif;
|
|
font-weight: 600;
|
|
}
|
|
.seat-stat-wrapper h1{
|
|
text-align: center;
|
|
font-size: 56px;
|
|
padding-bottom: 10px;
|
|
border-bottom: 2px outset rgba(133, 133, 133, 0.4);
|
|
text-transform: uppercase;
|
|
font-family: 'Nunito', sans-serif;
|
|
font-weight: 500;
|
|
text-shadow: 0 0 6px rgba(133, 133, 133, 0.4);
|
|
color: #636b6f;
|
|
}
|
|
.add-mn-btn, .end-button {
|
|
display: none;
|
|
}
|
|
#choosepanel h2, .room-view h2 {
|
|
font-size: 23px;
|
|
text-shadow: 0 0 6px rgba(133, 133, 133, 0.4);
|
|
}
|
|
#choosepanel select {
|
|
font-size: 18px;
|
|
width: 150px;
|
|
text-shadow: 0 0 6px rgba(133, 133, 133, 0.4);
|
|
display: block;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.seat-chart-wrapper, div.seatCharts-space {
|
|
background-color: #ececec;
|
|
}
|
|
.seat-chart-wrapper {
|
|
padding: 60px 0;
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
|
|
}
|
|
.preview-page-content {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
height: 100%;
|
|
padding: auto;
|
|
padding-top: 50px;
|
|
}
|
|
.preview-attendance-table {
|
|
width: 40%;
|
|
}
|
|
.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: 55px!important;
|
|
}
|
|
.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;
|
|
}
|
|
.front-indicator {
|
|
width: 100%;
|
|
margin: 5px 0;
|
|
}
|