quotationDetail.css 803 Bytes
.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;
}