Sha256: a008f1d56a61db8391b44780dd321ca84eb97549b75260b092268ad95b372d5f
Contents?: true
Size: 1.23 KB
Versions: 16
Compression:
Stored size: 1.23 KB
Contents
.tenon-library-holder { display: none; } .tenon-library { overflow-y: auto; overflow-x: hidden; height: 350px; ul { margin: 0; padding: 0; list-style: none; li { @include media($tn-bp-mobile) { width: 100%; img { width: 40px; } } @include media($tn-bp-tablet) { width: 50%; img { width: 80px; } } display: inline-block; float: left; border: 1px solid $tn-light-grey; background-color: #fff; color: #fff; p { @include media($tn-bp-mobile) { left: 80px; padding-right: 100px; } @include media($tn-bp-tablet) { left: 120px; padding-right: 140px; } top: 13px; position: absolute; margin: 0; width: 100%; line-height: 27px; } a { position: relative; float: left; padding: $tn-padding; width: 100%; color: $tn-label; font-size: 18px; &:hover { text-decoration: none; } } &:hover { background-color: $tn-primary; a { color: #fff; } } } } }
Version data entries
16 entries across 16 versions & 1 rubygems