Sha256: 39fe4da0f126d7d04ebb73bd5b15ad44de50414d2fee6b049657f055b6e99d82
Contents?: true
Size: 1.05 KB
Versions: 3
Compression:
Stored size: 1.05 KB
Contents
@mixin social-buttons-color ($color){ border-color: $color; color: $color; &:hover, &:focus, &:active, &.active, .open > &.dropdown-toggle { background-color: $color; border-color: $color; color: $white-color; } &:disabled, &[disabled], &.disabled { background-color: $transparent-bg; border-color: $color; } &.btn-fill { color: $white-color; background-color: $color; opacity: 0.8; &:hover, &:focus, &:active, &.active, .open > &.dropdown-toggle{ background-color: $color; border-color: $color; color: $white-color; opacity: 1; } } &.btn-simple { color: $color; opacity: 0.8; &:hover, &:focus, &:active, &.active, .open > &.dropdown-toggle{ background-color: $transparent-bg; color: $color; opacity: 1; i{ color: $color; opacity: 1; } } } } @mixin social-label-color ($color){ background-color: $color; } @mixin social-icon-color ($color){ color: $color; }
Version data entries
3 entries across 3 versions & 3 rubygems