UI theming changes.

This commit is contained in:
Sam El-Husseini 2016-10-27 16:12:53 -07:00
parent ef849b645b
commit 298382c19f
1 changed files with 16 additions and 0 deletions

View File

@ -1,2 +1,18 @@
/* Import all components */
@import 'semantic';
@import 'themes/default/globals/site.variables';
@import 'themes/pxt/globals/site.variables';
@import 'site/globals/site.variables';
/* Reference import */
@import (reference) "semantic.less";
/*******************************
Add your custom CSS here
*******************************/
.download-button {
&:extend(.ui all);
&:extend(.button all);
&:extend(.green all);
}