Sha256: c82731c91dc746274e4f73b3b72622e586ac4a904eb4675099f21ba5768c89b5

Contents?: true

Size: 242 Bytes

Versions: 11

Compression:

Stored size: 242 Bytes

Contents

// Component focus shadow
@mixin control-shadow($color: $primary-color) {
  box-shadow: 0 0 0 .1rem rgba($color, .2);
}

// Shadow mixin
@mixin shadow-variant($offset) {
  box-shadow: 0 $offset ($offset + .05rem) * 2 rgba($dark-color, .3);
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
spectre_scss-0.5.9.1 vendor/assets/stylesheets/spectre/mixins/_shadow.scss
spectre_scss-0.5.9.0 vendor/assets/stylesheets/spectre/mixins/_shadow.scss
spectre_scss-0.5.8.0 vendor/assets/stylesheets/spectre/mixins/_shadow.scss
spectre_scss-0.5.7.0 vendor/assets/stylesheets/spectre/mixins/_shadow.scss
spectre_scss-0.5.6.0 vendor/assets/stylesheets/spectre/mixins/_shadow.scss
spectre_scss-0.5.5.0 vendor/assets/stylesheets/spectre/mixins/_shadow.scss
spectre_scss-0.5.4.0 vendor/assets/stylesheets/spectre/mixins/_shadow.scss
spectre_scss-0.5.3.0 vendor/assets/stylesheets/spectre/mixins/_shadow.scss
spectre_scss-0.5.2.0 vendor/assets/stylesheets/spectre/mixins/_shadow.scss
spectre_scss-0.5.1.0 vendor/assets/stylesheets/spectre/mixins/_shadow.scss
spectre_scss-0.5.0.0 vendor/assets/stylesheets/spectre/mixins/_shadow.scss