plant-detail.component.scss 119 B

12345678910
  1. .detail-box {
  2. border: none;
  3. border-radius: 0;
  4. box-shadow: none;
  5. }
  6. button {
  7. position: absolute;
  8. bottom: 0;
  9. }