Sha256: b82a7216d85c68f422e6ddb5e24e7eb345479a32ba5538c391bca11919b46f12
Contents?: true
Size: 764 Bytes
Versions: 1
Compression:
Stored size: 764 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`. ## walk.sass Theme colouring for walk environments. We import collection.sass and define `$env-primary` and `$env-secondary`.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slow-steps-1.0.0 | _sass/_colors/README.md |