Sha256: 9e326863817e752b9b16e087f39f69b8d9e034abee5d0b229a01a8b5038d32fd
Contents?: true
Size: 1.05 KB
Versions: 10
Compression:
Stored size: 1.05 KB
Contents
.list-posts { margin-bottom: 2em; } .list-post-link { margin: 2em 1em 0 1em; display: block; width: auto; height: auto; } .list-post-link:hover { background-color: $hover-colour; opacity: 0.8; border-radius: 5px; transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; } .list-post-image { width: 100%; margin-bottom: 0.4em; border-radius: 5px; } .list-post-info { margin: 0 0.4em; } .list-post-title { color: $text-colour-dark; width: 100%; font-size: 18px; font-weight: bold; a { color: white; &:hover { color: white; } } } .list-post-summary { color: $summary-colour; margin: 0.4em 0; font-size: 16px; } .list-post-footer { margin-left: 1.4em; } .list-post-date { color: $secondary-highlight; font-weight: bold; font-size: 14px; } .list-post-category { font-weight: bold; font-size: 14px; color: $primary-highlight; &:hover, &:focus { color: lighten($primary-highlight, 14%); } }
Version data entries
10 entries across 10 versions & 1 rubygems