dmpopidor / app / assets / stylesheets / variables /
@John Pinto John Pinto authored on 3 Sep 2019
..
.gitkeep Update asset structure with webpacker gem 7 years ago
README.md Update asset structure with webpacker gem 7 years ago
_bold.scss Further changes for Text field should be mandatory for option based questions. 7 years ago
_bootstrap.scss updated remaining variables in _bootstrap.scss to be default so they can be overridden 7 years ago
_colours.scss Fix for providing a highly visible highlighting mechanism for links or controls when they receive keyboard focus. 6 years ago
_tinymce.scss Fix for making links have a higher color contrast to other text in blocks. (#2192) 6 years ago
_typography.scss Fix to improve screen visibility when using zoomText or Windows Magnifier. 6 years ago
README.md

CSS Variables

Use this directory to define all of the variable attributes that are referenced within all SCSS files.

Variables should, where practicable, follow the naming convention $[type]-[context]-[value]. For example:

$color-text-red: #FF2222;
$color-border-silver: #DDDDDD;
$font-size-large: 3rem;