summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/app/styles/mixins/pallete.scss
blob: 34f1fc99fa5ad79fe1bc8b621b12c7c05a79fbad (plain)
1
2
3
4
5
6
7
8
// See the material colot pallete list here https://material-ui-next.com/style/color/
@import 'node_modules/sass-material-colors/sass/sass-material-colors';

// Colors
$white: #FFF;
$grey-light: #F5F5F5;
$grey: #E0E0E0;
$grey-dark: #424242;