Sha256: 31f722d94817e54145b9b10744a4b6a16871bdc65f19c9b654e549ce976450ab
Contents?: true
Size: 1.3 KB
Versions: 7
Compression:
Stored size: 1.3 KB
Contents
// Styling for the download section section.contact { text-align: center; h2 { margin-top: 0; margin-bottom: 25px; i { color: $brand-google-plus; } } ul.list-social { margin-bottom: 0; li { a { font-size: 40px; line-height: 80px; display: block; width: 80px; height: 80px; color: white; border-radius: 100%; } &.social-twitter { a { background-color: $brand-twitter; &:hover { background-color: darken($brand-twitter, 5%); } } } &.social-facebook { a { background-color: $brand-facebook; &:hover { background-color: darken($brand-facebook, 5%); } } } &.social-google-plus { a { background-color: $brand-google-plus; &:hover { background-color: darken($brand-google-plus, 5%); } } } } } }
Version data entries
7 entries across 7 versions & 2 rubygems