41 lines
735 B
CSS
41 lines
735 B
CSS
.modal_image_box_title{
|
|
text-align: center;
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
}
|
|
.modal_image_box{
|
|
width: 100%;
|
|
height: 300px;
|
|
margin-top: 10px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.modal_image_box img{
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
}
|
|
|
|
#filter_box{
|
|
display: none;
|
|
position: absolute;
|
|
left: 0;
|
|
background-color: #fff;
|
|
z-index: 5000;
|
|
width: 470px;
|
|
box-shadow: 0 0 8px 2px rgb(0 0 0 / 26%);
|
|
border-radius: 2px;
|
|
padding: 12px;
|
|
flex-direction: column;
|
|
}
|
|
#filter_box .form-group{
|
|
margin-bottom: 0.5rem
|
|
}
|
|
#filter_box label {
|
|
font-size: 12px;
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
div.dataTables_wrapper {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
} |