12 lines
218 B
SCSS
12 lines
218 B
SCSS
//gov.wales pallete variables
|
|
|
|
$white: #ffffff;
|
|
$red: #aa1111;
|
|
$lightred: #d81f1f;
|
|
|
|
$lightgrey_dark: #cccccc;
|
|
$lightgrey_mid: #dddddd;
|
|
$lightgrey_semi: #e5e5e5;
|
|
$lightgrey_light: #eeeeee;
|
|
$lightgrey_offwhite: #f1f1f1;
|