dashboard.component.scss 292 B

12345678910111213141516171819202122232425262728
  1. agm-map {
  2. height: 300px;
  3. }
  4. .card-img-holder {
  5. margin-bottom: 10px;
  6. }
  7. .hidden-element {
  8. display: none;
  9. }
  10. .detail-box {
  11. border: none;
  12. border-radius: 0;
  13. box-shadow: none;
  14. }
  15. .plant-detail {
  16. h3 {
  17. margin-top: 0;
  18. }
  19. button {
  20. position: absolute;
  21. bottom: 15px;
  22. }
  23. }