Sha256: b21e7cf1fea000e8d4e4f82230aa9efe028508ee3aeeac0f0526ec202ad72a91
Contents?: true
Size: 505 Bytes
Versions: 1
Compression:
Stored size: 505 Bytes
Contents
@mixin editor_icons($icons) @each $class, $color in $icons &.#{$class} > i background-color: $color &:hover background-color: darken($color, 8%) @include transition(background-color .3s ease-in-out) @mixin curve_buttons($limit) @for $i from 1 to $limit &:nth-child(#{$i}) @include transform(rotate(- (($limit - $i) * 3.14)+deg)) @include transform-origin(100% 100%) $right: (($limit - $i) * $limit) * ($limit + 1 - $i) / 3 right: $right+px
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thesis-0.1.3 | app/assets/stylesheets/thesis/_mixins/editor.sass |