36 lines
572 B
CSS
36 lines
572 B
CSS
#fadeDiv{
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: #00000050;
|
|
z-index: 1090;
|
|
}
|
|
|
|
#fadeDiv > div{
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.activeTr{
|
|
--bs-bg-opacity: 0.25;
|
|
background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important;
|
|
}
|
|
|
|
.menuDiv{
|
|
width: 250px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 180px;
|
|
z-index: 100;
|
|
border-left: 1px solid;
|
|
border-right: 1px solid;
|
|
}
|
|
|
|
.modal-xxl{
|
|
--bs-modal-width : 1440px;
|
|
} |