bo/src/Vegetable.css
2018-12-02 17:40:23 +01:00

45 lines
539 B
CSS

.tab-content {
padding: 16px 0;
border-bottom: 1px solid #dee2e6;
}
.map {
width: 734px;
height: 530px;
background: url('/plan.jpg');
background-size: cover;
position: relative;
}
.mapMarker {
position: absolute;
left: 25%;
top: 33%;
}
.mapMarker svg {
color: red;
font-size: 2rem;
}
.nav-item {
cursor: pointer;
}
.imgPreview img {
max-width : 100%;
}
#mainPicture, #Pictures {
display: none;
}
.carousel-inner img {
max-width: 100%;
}
.deletePicture {
position: absolute;
right: 16px;
top: 16px;
}