Sha256: d01f56675487e11178258f62a47747a1aae15c1e19160c75bc38e0706f4b8e4d
Contents?: true
Size: 683 Bytes
Versions: 3
Compression:
Stored size: 683 Bytes
Contents
.clickBox { display: flex; align-items: center; color: inherit; background: $white; padding: $baseline $gutter*2; border: 1px solid transparent; border-radius: $borderRadius; transition: .2s ease box-shadow, .2s ease border-color, .1s ease transform; text-decoration: none; } .clickBox:hover { box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.07); border-color: rgba(0,0,0,.1); text-decoration: none; } .clickBox:active { transform: scale(0.99); } .clickBox-image { max-width: rem(65px); } .clickBox-image:first-child { margin-right: $gutter*3; } .clickBox p:last-child { margin-bottom: 0; } @media (max-width: 800px) { .clickBox { border-color: $color-border; } }
Version data entries
3 entries across 3 versions & 1 rubygems