Add files via upload

This commit is contained in:
Markines16 2021-06-06 11:45:30 +02:00 committed by GitHub
parent bef1bb8038
commit 8638073f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,18 @@ table.seat td:first-child {
border-right: solid 2px #1f2c3d; border-right: solid 2px #1f2c3d;
} }
.has_error,
.help_block{
color: #a94442;
display: block;
margin-top: 3px;
margin-bottom: 3px;
}
.has_error input{
border-color: #a94442;
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.check_box { .check_box {
display:none; display:none;
} }
@ -162,6 +174,7 @@ table.seat td:first-child {
height: 100%; height: 100%;
width: 100%; width: 100%;
max-height: 9em; max-height: 9em;
margin: auto;
} }
.modal .code.showtimes{ .modal .code.showtimes{
height:100%; height:100%;
@ -187,12 +200,32 @@ table.seat td:first-child {
cursor: pointer; cursor: pointer;
} }
.alert_success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
text-align: center;
border-radius: 1.75em;
}
.alert_danger {
color: #ab2828;
background-color: #f0d8d8;
border-color: #f70000;
}
/*lil film list*/ /*lil film list*/
.film_list{ .film_list{
margin-top: 2em;
height: 20em; height: 20em;
overflow-y: scroll; overflow-y: scroll;
margin: auto;
} }
.film_list button{ .film_list button{