Sha256: f21c2c526ea030fed1233cecb8c24c2ea606b110452bd981feb395f30b86cc36
Contents?: true
Size: 485 Bytes
Versions: 2
Compression:
Stored size: 485 Bytes
Contents
.btn-float { border-radius: 50%; box-shadow: map-get($btn-float-elevation-shadow, shadow); height: $btn-float-size; line-height: $btn-float-size; min-width: 0; padding: 0; width: $btn-float-size; &.active, &:active { box-shadow: map-get($btn-float-elevation-shadow-active, shadow); } &.disabled, &:disabled { box-shadow: none; } &.btn-sm { height: $btn-float-size-sm; line-height: $btn-float-size-sm; width: $btn-float-size-sm; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
material-sass-4.0.0.beta3 | assets/stylesheets/material/material/_button-float.scss |
material-sass-4.0.0.beta2 | assets/stylesheets/material/material/_button-float.scss |