Android_Retail/src/Pages/StockinHand/stockinhand.scss

122 lines
2.1 KiB
SCSS

.userPageContentStockInHand {
height: auto;
width: 100%;
padding-bottom: 3rem;
background-color: #fff;
border-radius: 12px;
.formSearch .ant-input-affix-wrapper {
height: 43px !important;
}
.searchAddDiv {
flex-wrap: nowrap;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
height: 45px !important;
}
.ant-picker-outlined {
height: 44px !important;
}
.formSearch .ant-input {
padding: 11px 14px 6px 11px !important;
}
.ant-table-wrapper .ant-table-thead > tr > th {
color: #000000e0;
}
}
.stockinhandInputHeader {
display: flex;
align-items: flex-start;
gap: 1rem;
flex-wrap: wrap;
margin-bottom: 1rem;
}
.stockinhandInputHeader2 {
display: flex;
align-items: flex-start;
gap: 1rem;
flex-wrap: wrap;
}
.searchProInputSH {
display: flex;
width: 100%;
justify-content: flex-end;
.ant-input-affix-wrapper {
width: 300px;
}
.ant-input {
padding: 7px 4px 14px 15px !important;
}
}
.stockinhandTable {
.ant-table-thead {
background-color: #f1f1f1 !important;
&:hover {
background-color: #bad4f9 !important;
background: #bad4f9 !important;
}
}
}
.userPageContentStockInHand {
.product-table-stockinHand {
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
position: relative;
}
.product-table-stockinHand th,
.product-table-stockinHand td {
border: 1px solid #ddd;
padding: 6px;
text-align: left;
font-size: 12px;
font-weight: 500;
font-family: 'Poppins';
}
.product-table-stockinHand th {
background-color: #f1f1f1;
font-weight: 600;
}
.product-table-stockinHand tr:nth-child(even) {
background-color: #fafafa;
}
.product-table-stockinHand tr:hover {
background-color: #f1f1f1;
}
.product-table-stockinHand thead th {
position: sticky;
top: -15px;
bottom: 0;
background-color: #a4c5f4;
z-index: 2;
font-weight: 500;
padding: 6px !important;
text-transform: uppercase;
}
.StockinHand-table {
max-height: 70vh;
overflow: auto;
scrollbar-width: thin;
padding-top: 10px;
}
}