bo/src/Vegetable.css

35 lines
414 B
CSS
Raw Normal View History

2018-09-18 22:54:25 +02:00
.tab-content {
padding: 16px 0;
border-bottom: 1px solid #dee2e6;
}
2018-09-09 18:37:55 +02:00
.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;
}
2018-09-18 22:54:25 +02:00
.nav-item {
cursor: pointer;
}
2018-09-09 18:37:55 +02:00
.imgPreview img {
max-width : 100%;
}
2018-09-18 22:54:25 +02:00
#mainPicture {
display: none;
}