Moved to PHP folder

This commit is contained in:
2019-06-30 22:04:19 -04:00
parent 6822968785
commit b198cd212f
433 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,46 @@
@media only screen and (max-width: 900px){
.abc-detail{
display: block !important;
}
.abc-detail .seat span{
top: 0;
display: inline-block;
text-align: center;
}
}
@media only screen and (max-width: 767px){
.card-detail span div, .card-detail span{
display: block !important;
margin: 7px 0;
}
.credit span,.select-payment .credit{
display: block !important;
}
.card-detail label,.credit span label{
text-align: left;
padding-bottom: 10px;
}
.credit span{
width: 100%;
}
.abc-detail .member span,.abc-detail .date span {
display: block;
margin-bottom: 10px;
}
.attendee .member ul li{
width: 100%;
}
.attendee .member ul{
display: block !important;
}
.member div{
display: block !important;
}
.member{
flex-direction: column !important;
}
}