| 12345678910111213141516171819202122232425262728 |
- agm-map {
- height: 300px;
- }
- .card-img-holder {
- margin-bottom: 10px;
- }
- .hidden-element {
- display: none;
- }
- .detail-box {
- border: none;
- border-radius: 0;
- box-shadow: none;
- }
- .plant-detail {
- h3 {
- margin-top: 0;
- }
- button {
- position: absolute;
- bottom: 15px;
- }
- }
|