You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
571 B
PHP
32 lines
571 B
PHP
<style>
|
|
.modal-dialog{
|
|
position: fixed;
|
|
top:-26px;
|
|
left:0;
|
|
min-width:100vw;
|
|
max-width:100vw;
|
|
min-height:100vh;
|
|
min-height:100vh;
|
|
}
|
|
|
|
.modal-dialog .modal-body{
|
|
min-height: calc(100vh - 120px);
|
|
max-height: calc(100vh - 120px);
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.modal-header{
|
|
background: #464855;
|
|
}
|
|
|
|
.modal-title{
|
|
color: white;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.modal-header .close{
|
|
color: white;
|
|
}
|
|
</style><?php /**PATH /var/www/vds/warpeka/public/usp/views/temp/modalfull.blade.php ENDPATH**/ ?>
|