1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/frontend/app/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.css

47 lines
532 B
CSS
Raw Normal View History

.content {
background-color: #F7F7F7;
height: 100%;
2017-07-18 00:30:16 +08:00
overflow-y: scroll;
}
.row {
margin-left: 0;
margin-right: 0;
padding: 10px;
}
.details-icon {
margin-top: 10px;
font-size: x-large;
}
.details-main {
font-size: x-large;
}
.details-sub {
color: #555;
2018-05-14 04:59:57 +08:00
padding: 0;
font-size: 0.875rem;
}
.details-sub div {
padding-left: 5px;
padding-right: 5px;
}
.sebm-google-map-container {
width: 100%;
height: 100%;
}
#map {
2017-07-20 04:46:59 +08:00
width: 100%;
height: 400px;
}
2017-07-18 00:30:16 +08:00
.close {
2018-05-14 04:59:57 +08:00
margin: 0;
font-size: 1.2rem;
2017-07-18 00:30:16 +08:00
}