UNPKG

locker-factory

Version:
67 lines (55 loc) 973 B
.contentLocker { height: 100%; max-height: 600px; } .lockerBillboard { height: 100%; position: relative; } .billboardItem { position: absolute; top: 0; width: 100%; } .billboardItem.active { position: relative; } .billboardButtons { text-align: justify; font-size: 0.1px; } .billboardButtons .billboardButton { display: inline-block; width: 10px; height: 10px; opacity: 0.8; border: 3px solid #fff; border-radius: 50%; } .billboardButton.active { background-color: #fff; } .billboardButtons:after { content: ' '; width: 100%; display: inline-block; } .billboardControlLayer { position: absolute; height: 120%; width: 100%; overflow-x: scroll; z-index: 2; } .billboardControl { position: absolute; height: 100%; width: 300%; left: 0; } .billboardItemsLayer { position: absolute; height: 100%; width: 100%; overflow: hidden; }