272 lines
4.6 KiB
SCSS
272 lines
4.6 KiB
SCSS
|
|
.LedgerReport-heading {
|
||
|
|
font-size: 20px;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
|
||
|
|
.MasterLedger-Report {
|
||
|
|
// width: 100vw;
|
||
|
|
padding: 0rem 0;
|
||
|
|
overflow: hidden;
|
||
|
|
background-color: #fff;
|
||
|
|
border-radius: 12px;
|
||
|
|
height: 88vh;
|
||
|
|
|
||
|
|
.Submit {
|
||
|
|
.primary_Button {
|
||
|
|
width: max-content !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.LedgerTable {
|
||
|
|
height: 73vh;
|
||
|
|
scrollbar-width: thin;
|
||
|
|
width: 100%;
|
||
|
|
overflow: auto;
|
||
|
|
|
||
|
|
tr:nth-child(even) {
|
||
|
|
background-color: #e9e8e8 !important;
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.RadioButton {
|
||
|
|
display: flex;
|
||
|
|
// align-items: center;
|
||
|
|
flex-wrap: nowrap;
|
||
|
|
justify-items: center;
|
||
|
|
// margin-left: "70px";50pxLedger-datePicker
|
||
|
|
}
|
||
|
|
|
||
|
|
.RadioButton-DMYPicker .ant-radio-group {
|
||
|
|
flex-wrap: nowrap;
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.RadioButton .ant-radio-group {
|
||
|
|
flex-wrap: nowrap;
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.Dropdown-DatePicker {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
// padding: 0.2rem 0px;
|
||
|
|
flex-direction: row;
|
||
|
|
column-gap: 2rem;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
width: 100%;
|
||
|
|
position: relative;
|
||
|
|
height: 60px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.Ledger-datePicker {
|
||
|
|
// display: flex;
|
||
|
|
|
||
|
|
// padding: 1rem;
|
||
|
|
.ant-space-item {
|
||
|
|
height: 70px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-picker {
|
||
|
|
width: 250px !important;
|
||
|
|
height: 50px !important;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.AllRadioButton {
|
||
|
|
display: flex;
|
||
|
|
justify-items: center;
|
||
|
|
flex-wrap: nowrap;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.LedgerDropDate {
|
||
|
|
display: flex;
|
||
|
|
// align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
width: 100%;
|
||
|
|
gap: 2rem;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
// overflow-x: scroll;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ledger-PrintIcon {
|
||
|
|
font-size: xx-large;
|
||
|
|
// padding-left: 25px;
|
||
|
|
// padding-bottom: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.RadioButton-DMYPicker {
|
||
|
|
display: flex;
|
||
|
|
padding-left: 10px;
|
||
|
|
border-style: groove;
|
||
|
|
// align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.LR-DatePicker {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
font-size: 12px;
|
||
|
|
font-family: var(--PARA_FONT_FAMILY);
|
||
|
|
color: var(--DEFAULT_SELECTED_COLOR);
|
||
|
|
}
|
||
|
|
|
||
|
|
.dropDown-ledger .field-DropDown {
|
||
|
|
width: 10rem !important;
|
||
|
|
height: 50px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dropDown-ledger {
|
||
|
|
height: 64px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.Submit .primary_Button {
|
||
|
|
width: 72px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.LedgerTable .ant-table-wrapper .ant-table-thead>tr>th,
|
||
|
|
.ant-table-wrapper .ant-table-thead>tr>td {
|
||
|
|
color: #000000;
|
||
|
|
font-size: 12px;
|
||
|
|
font-weight: 600;
|
||
|
|
border-spacing: 0 0.3rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.LedgerTable .ant-table-thead {
|
||
|
|
position: sticky;
|
||
|
|
top: 0;
|
||
|
|
background-color: #bad4f9;
|
||
|
|
z-index: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.LedgerTable .ant-pagination {
|
||
|
|
position: sticky;
|
||
|
|
bottom: 0;
|
||
|
|
margin: 0 !important;
|
||
|
|
padding: 0.5rem;
|
||
|
|
background-color: #fafafa;
|
||
|
|
}
|
||
|
|
|
||
|
|
.LedgerReport-submit-btn-container {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
width: max-content;
|
||
|
|
height: 50px;
|
||
|
|
// padding-left: 20px;
|
||
|
|
// padding-bottom: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.MasterLedger-Report .ant-table-wrapper .ant-table-cell,
|
||
|
|
.MasterLedger-Report .ant-table-wrapper .ant-table-thead>tr>th {
|
||
|
|
padding: 1px 13px;
|
||
|
|
width: 100px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.RadioButton p {
|
||
|
|
padding: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.RadioButton-DMYPicker p {
|
||
|
|
padding: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
// .dropDown-ledger .float-label{
|
||
|
|
// margin-bottom: 0px ;
|
||
|
|
// }
|
||
|
|
.MasterLedger-Report .formDivAnt {
|
||
|
|
row-gap: 0.1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media only screen and (min-width: 280px) and (max-width: 499px) {
|
||
|
|
.dropDown-ledger .field-DropDown {
|
||
|
|
width: 7rem !important;
|
||
|
|
height: 50px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.MasterLedger-Report .ant-picker-dropdown,
|
||
|
|
.ant-picker-year-panel {
|
||
|
|
width: 200px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.MasterLedger-Report .ant-picker-dropdown,
|
||
|
|
.ant-picker-month-panel {
|
||
|
|
width: 200px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
// .MasterLedger-Report .ant-picker-dropdown,
|
||
|
|
// .ant-picker-date-panel {
|
||
|
|
// width: 100px !important;
|
||
|
|
// }
|
||
|
|
.Ledger-datePicker .ant-picker-dropdown,
|
||
|
|
.ant-picker-date-panel {
|
||
|
|
//srinath
|
||
|
|
// width: 90% !important;
|
||
|
|
//
|
||
|
|
}
|
||
|
|
|
||
|
|
.LedgerTable {
|
||
|
|
height: 50vh;
|
||
|
|
}
|
||
|
|
|
||
|
|
.LedgerDropDate {
|
||
|
|
overflow-y: scroll;
|
||
|
|
}
|
||
|
|
|
||
|
|
.Ledger-datePicker {
|
||
|
|
// margin: 0rem -1rem;
|
||
|
|
// display: flex;
|
||
|
|
|
||
|
|
// padding: 1rem;
|
||
|
|
|
||
|
|
.ant-picker {
|
||
|
|
width: 100px !important;
|
||
|
|
height: 50px !important;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.Submit {
|
||
|
|
transform: scale(0.8);
|
||
|
|
margin: 0rem -1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
// .dropDown-ledger{
|
||
|
|
// width:30px !important;
|
||
|
|
// height: 64px !important;
|
||
|
|
|
||
|
|
// }
|
||
|
|
.dropDown-ledger {
|
||
|
|
width: 70px !important;
|
||
|
|
height: 64px !important;
|
||
|
|
padding-left: 0px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.AllRadioButton {
|
||
|
|
//srinath
|
||
|
|
// width: 32vh;
|
||
|
|
width: 37vh;
|
||
|
|
//
|
||
|
|
overflow-x: scroll;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media only screen and (min-width: 500px) and (max-width: 767px) {
|
||
|
|
.AllRadioButtonDate {
|
||
|
|
flex-wrap: wrap !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.LedgerTable {
|
||
|
|
height: 55vh;
|
||
|
|
}
|
||
|
|
|
||
|
|
.AllRadioButton {
|
||
|
|
display: flex;
|
||
|
|
justify-items: center;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|
||
|
|
}
|