added dist folder
This commit is contained in:
93
client/dist/styleParent.css
vendored
Normal file
93
client/dist/styleParent.css
vendored
Normal file
@@ -0,0 +1,93 @@
|
||||
#containerBookingBtn {
|
||||
display: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#get_flash {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-dialog-titlebar {
|
||||
margin-left: 1rem;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.ui-dialog-title {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ui-widget-overlay {
|
||||
background: white;
|
||||
opacity: 1;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
#openSeatmap img {
|
||||
width: 64px;
|
||||
}
|
||||
|
||||
#openSeatmap {
|
||||
padding: 1rem;
|
||||
font-weight: bold;
|
||||
color: #ffb201;
|
||||
font-size: 1rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#openSeatmap span {
|
||||
font-size: .8rem;
|
||||
/* color: #5c5c5c; */
|
||||
}
|
||||
|
||||
#foobarParent {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#dialogSeatmap {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.ui-widget-header {
|
||||
background: #fff;
|
||||
border: 1px solid #c6c6c6;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.ui-dialog {
|
||||
background: white;
|
||||
left: 0 !important;
|
||||
padding: 0;
|
||||
top: 0 !important;
|
||||
right: 0 !important;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ui-dialog-titlebar {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
padding: 0 !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#iframeSeatmap {
|
||||
height: 100vh;
|
||||
background: white;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ui-corner-all {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.ui-dialog-title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-widget {
|
||||
border: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user