83 lines
1.2 KiB
CSS
83 lines
1.2 KiB
CSS
|
|
.goToTop {
|
|
position: fixed;
|
|
bottom: 40px;
|
|
}
|
|
|
|
.clear {
|
|
background: #0ea5e9;
|
|
color: #fff !important;
|
|
padding: 4px 8px;
|
|
border-radius: 7px;
|
|
margin: 0 0 0 3px;
|
|
transition: all .2s ease;
|
|
}
|
|
|
|
.clear:hover {
|
|
background: #0284c7
|
|
}
|
|
|
|
.slick-list {
|
|
padding-top: 4px !important;
|
|
padding-bottom: 4px !important;
|
|
}
|
|
|
|
.textsChart {
|
|
gap: 3px;
|
|
display: grid;
|
|
}
|
|
|
|
.alltxt, .alldonetxt, .allnotdonetxt {
|
|
margin: 0;
|
|
padding: 2px 5px;
|
|
font-size: 12px;
|
|
text-align: left;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.alltxt {
|
|
color: #1e293b;
|
|
}
|
|
|
|
.alldonetxt {
|
|
color: #65a30d;
|
|
}
|
|
|
|
.allnotdonetxt {
|
|
color: #dc2626;
|
|
}
|
|
|
|
tr.sticky {
|
|
position: sticky;
|
|
top: -7px;
|
|
z-index: 1;
|
|
background: #f7f9fb;
|
|
}
|
|
|
|
#ContractSignPercentDivMobile,
|
|
#CheckoutDonePercentDivMobile,
|
|
#CheckoutSignPercentDivMobile {
|
|
display: none;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
}
|
|
|
|
.showing {
|
|
visibility: visible !important;
|
|
opacity: 1 !important;
|
|
transition: opacity 0.3s ease-in;
|
|
}
|
|
|
|
.btn-print {
|
|
background: #2563eb;
|
|
display: flex;
|
|
width: 30px;
|
|
height: 30px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 3px;
|
|
margin: 0;
|
|
}
|
|
|
|
|