Sha256: 8ae66fabfc680ebbe30d375e316e7a2d153221128a13558fe9c8d2a88186c4f8

Contents?: true

Size: 763 Bytes

Versions: 19

Compression:

Stored size: 763 Bytes

Contents

# Color definitions

Everything here should be rgb(a) color definitions using sass variables,

```sass
$var-name: rgba(r, g, b, a)
```

## _variables.sass

Site wide color definitions, avoid changing these variables. If we want to change the color of an element then either using a pre-existing sass variable, or creating a new one, change the actual element css to the new sass color variable.

## _mixins.sass

Color combination mixins.

## collection.sass

Collection of the above definitions.

## _clinician.sass

Theme colouring for clinician environments. We import collection.sass and define `$env-primary` and `$env-secondary`.

## _pwp.sass

Theme colouring for pwp environments. We import collection.sass and define `$env-primary` and `$env-secondary`.

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
slow-steps-0.4.14 _sass/_colors/README.md
slow-steps-0.4.13 _sass/_colors/README.md
slow-steps-0.4.12 _sass/_colors/README.md
slow-steps-0.4.11 _sass/_colors/README.md
slow-steps-0.4.10 _sass/_colors/README.md
slow-steps-0.4.9 _sass/_colors/README.md
slow-steps-0.4.8 _sass/_colors/README.md
slow-steps-0.4.7 _sass/_colors/README.md
slow-steps-0.4.6 _sass/_colors/README.md
slow-steps-0.4.5 _sass/_colors/README.md
slow-steps-0.4.4 _sass/_colors/README.md
slow-steps-0.4.3 _sass/_colors/README.md
slow-steps-0.4.2 _sass/_colors/README.md
slow-steps-0.4.1 _sass/_colors/README.md
slow-steps-0.4.0 _sass/_colors/README.md
slow-steps-0.3.3 _sass/_colors/README.md
slow-steps-0.3.2 _sass/_colors/README.md
slow-steps-0.3.1 _sass/_colors/README.md
slow-steps-0.3.0 _sass/_colors/README.md