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.
koperasi/public/cache/f23ab20b60da71d1062fd03ef78...

32 lines
526 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/html/acc/views/temp/modalfull.blade.php ENDPATH**/ ?>