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