platypush/platypush/backend/http/static/css/widgets/image-carousel.css

17 lines
264 B
CSS
Raw Normal View History

2018-05-05 04:37:22 +02:00
.carousel {
2018-05-07 09:54:30 +02:00
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
2018-05-05 04:37:22 +02:00
background-color: black;
2018-05-07 09:54:30 +02:00
color: #999;
}
.carousel > img {
flex-shrink: 0;
max-height: 100%;
border-radius: 10px;
height: 22.5em;
2018-05-05 04:37:22 +02:00
}