Slide 29
Slide 29 text
Font
@include google-webfont(Roboto, '400,500');
$material-color-black: rgba(0, 0, 0, 0.87); // text
$material-color-black-secondary: rgba(0, 0, 0, 0.54); // secondary text and icons
$material-color-black-hint: rgba(0, 0, 0, 0.26); // disabled and hint text
$material-color-black-dividers: rgba(0, 0, 0, 0.12); // dividers
$material-color-white: rgba(255, 255, 255, 1); // text and icons
$material-color-white-secondary: rgba(255, 255, 255, 0.7); // secondary text
$material-color-white-hint: rgba(255, 255, 255, 0.3); // disabled and hint text
$material-color-white-dividers: rgba(255, 255, 255, 0.12); // dividers