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

102 lines
2.1 KiB
CSS
Raw Normal View History

2019-12-14 22:16:19 +01:00
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;
}
2019-12-13 23:28:16 +01:00
.add-mn-btn, .end-button {
display: none;
}
2019-12-14 22:16:19 +01:00
#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);
}
2019-12-13 23:28:16 +01:00
.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;
}
div.seatCharts-space {
background-color: unset;
2019-12-13 23:28:16 +01:00
}
div.seatCharts-row {
height: 130px;
justify-content: flex-start;
margin: 0 auto;
width: auto;
2019-12-13 23:28:16 +01:00
}
div.seatCharts-cell {
width: 120px;
height: 120px;
line-height: 37px;
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;
}
2019-12-14 22:16:19 +01:00
.front-indicator {
width: 100%;
margin: 5px 0;
}