1
0
mirror of https://github.com/ascribe/onion.git synced 2024-09-27 19:48:52 +02:00
onion/sass/ascribe_slides_container.scss
2015-07-07 10:28:39 +02:00

17 lines
331 B
SCSS

.ascribe-sliding-container-wrapper {
overflow-x: hidden;
overflow-y: hidden;
padding-left: 0;
}
.ascribe-sliding-container {
transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.ascribe-slide {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
float:left;
}