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

16 lines
241 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;
2018-05-07 09:56:31 +02:00
border-radius: 5px;
2018-05-07 09:54:30 +02:00
height: 22.5em;
2018-05-05 04:37:22 +02:00
}