dmpopidor / app / assets / stylesheets / variables /
@John Pinto John Pinto authored on 6 Dec 2018
..
.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 refactoring css variables to be more descriptive when re-branding the site 7 years ago
_colours.scss refactoring css variables to be more descriptive when re-branding the site 7 years ago
_tinymce.scss Update asset structure with webpacker gem 7 years ago
_typography.scss Update asset structure with webpacker gem 7 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;