quotationDetail.css 1.5 KB
.quotationDetailBox {
  padding: 1rem;
  background-color: #fff;
}
.customer {
  margin-top: 2rem;
}
.customer :global .adm-input-element {
  border: 1px solid #dededf;
  height: 3.125rem;
  margin: 0.5rem 0;
  border-radius: 5px;
}
.customer .sizeBox {
  display: flex;
  align-items: center;
}
.customer .sizeBox .sizeItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sizeBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sizeBox .customer {
  width: 32%;
}
.tabs-wrapper {
  display: flex;
  align-items: center;
}
.tab-content {
  width: 3rem;
}
.quotationTab :global .adm-selector-item {
  display: flex;
  align-items: center;
  height: 100%;
}
.svgBox {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.svgBox1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 15rem;
  overflow: hidden;
}
.materialsLine {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.materialsLine .materialBtns {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.selectInput :global .adm-input-element {
  border: 1px solid #dededf;
  height: 3.125rem;
  margin: 0.5rem 0;
  border-radius: 5px;
}
.tableBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tableBox .tableHeader {
  flex: 1;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 700;
}
.tableBox .tableBody {
  flex: 1;
  font-size: 0.875rem;
  text-align: center;
}