website/Website/wwwroot/css/colours.less

23 lines
No EOL
442 B
Text

@import "material_colours.less";
@background:@Grey-50;
@primary-100:@Red-100;
@primary-200:@Red-200;
@primary-300:@Red-300;
@primary-400:@Red-400;
@primary-500:@Red-500;
@primary-600:@Red-600;
@primary-700:@Red-700;
@primary-800:@Red-800;
@primary-900:@Red-900;
@accent-100:@Teal-100;
@accent-200:@Teal-200;
@accent-400:@Teal-400;
@accent-700:@Teal-700;
@primary:@primary-600;
@accent:@accent-400;
@control:@Grey-200;
@control2:@Grey-300;