Sha256: 113c2acec719637bdaa3e718307f9f31b991747d2bb420097d7ed4cab64b2fd8
Contents?: true
Size: 872 Bytes
Versions: 9
Compression:
Stored size: 872 Bytes
Contents
.mobile_panel { position: absolute; .wrapper { position: absolute; top: 0; width: 100%; height: 100%; overflow: hidden; } ul { width: 100%; padding: 0; margin: 0; position: absolute; list-style: none; } li { position: relative; &.touched { &:after { background-position: -38px 0; } &:before { content: " "; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: #fff; opacity: 0.2; z-index: 1; pointer-events: none; } } } .credits { font-family: "sourcesanspro"; padding: 15px; color: #fff; a { margin-top: 1em; color: $main-color; &:hover { color: white; } } > a { display: block; } } }
Version data entries
9 entries across 9 versions & 1 rubygems