79 lines
1.3 KiB
SCSS
79 lines
1.3 KiB
SCSS
::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
.BillingTable6-Structure {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 2rem;
|
|
}
|
|
|
|
.BSC1-Master .BillingTable6-Structure {
|
|
height: 100%;
|
|
overflow: auto;
|
|
padding-bottom: 3rem;
|
|
}
|
|
|
|
.BillingTable6-Table1 {
|
|
// width: inherit;
|
|
// width: 100vw;
|
|
border-spacing: 0px;
|
|
}
|
|
|
|
.BillingTable6Table1-head {
|
|
// background-color: #124A79;
|
|
// color: #fff;
|
|
text-align: center;
|
|
position: sticky;
|
|
top: 0;
|
|
}
|
|
|
|
.BillingTable6-table-th {
|
|
padding: 1vh 1vh 1vh 1vh;
|
|
border: 0.1px solid rgba(168, 168, 168, 0.5019607843);
|
|
font-family: "Poppins", sans-serif;
|
|
}
|
|
|
|
.BillingTable6-Table1-row {
|
|
border: 2px solid #a5a4a4;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.BillingTable6-Table1-row-disabled {
|
|
border: 2px solid #a5a4a4;
|
|
pointer-events: none;
|
|
background-color: rgb(243, 248, 213);
|
|
}
|
|
|
|
.BillingTable6-table-td {
|
|
text-align: center;
|
|
font-weight: 600;
|
|
padding: 5px;
|
|
border: 0.1px solid #a8a8a880;
|
|
border-top: none;
|
|
font-family: "Poppins", sans-serif;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.BillingTable6Table1-body {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.BillingTable6-Structure2 {
|
|
height: 48vh !important;
|
|
}
|
|
|
|
.Tbl6-Variant {
|
|
font-size: 10px;
|
|
}
|
|
|
|
@media (min-width: 280px) and (max-width: 499px) {
|
|
.BillingTable6-table-th {
|
|
padding: 4px;
|
|
}
|
|
.BillingTable6-Table1 {
|
|
width: 100vw;
|
|
}
|
|
}
|